5.1.1 #34

Merged
quentinlegot merged 2 commits from dev into master 2024-12-13 19:33:24 +01:00
4 changed files with 17 additions and 2 deletions
Showing only changes of commit 2d3f8c151b - Show all commits

View File

@ -2,6 +2,19 @@ dependencies {
implementation 'org.postgresql:postgresql:42.6.0'
testImplementation 'com.google.code.gson:gson:2.10'
implementation project(':Core')
// implementation "org.hibernate.orm:hibernate-core:${project.hibernate_version}"
include "org.hibernate.orm:hibernate-core:${project.hibernate_version}"
include "jakarta.activation:jakarta.activation-api:2.1.1"
include "jakarta.inject:jakarta.inject-api:2.0.1"
include "jakarta.persistence:jakarta.persistence-api:3.1.0"
include "jakarta.transaction:jakarta.transaction-api:2.0.1"
include "jakarta.xml.bind:jakarta.xml.bind-api:4.0.0"
include "org.hibernate.common:hibernate-commons-annotations:7.0.3.Final"
include "org.jboss.logging:jboss-logging:3.5.0.Final"
include "com.fasterxml:classmate:1.5.1"
include "net.bytebuddy:byte-buddy:1.14.18"
include "org.antlr:antlr4-runtime:4.13.0"
include "io.smallrye:jandex:3.2.0"
}
test {

View File

@ -2,7 +2,7 @@ import fr.altarik.CreateTag
import fr.altarik.ReportDiscord
plugins {
id 'fabric-loom' version '1.6-SNAPSHOT' apply false
id 'fabric-loom' version '1.9-SNAPSHOT' apply false
}
Properties local = new Properties()

View File

@ -6,6 +6,8 @@ minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.6
fabric_version=0.97.1+1.20.4
hibernate_version=6.6.3.Final
maven_group=fr.altarik.toolbox
maven_version=5.1.0

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists