commit
1a5d9f088f
@ -2,6 +2,19 @@ dependencies {
|
|||||||
implementation 'org.postgresql:postgresql:42.6.0'
|
implementation 'org.postgresql:postgresql:42.6.0'
|
||||||
testImplementation 'com.google.code.gson:gson:2.10'
|
testImplementation 'com.google.code.gson:gson:2.10'
|
||||||
implementation project(':Core')
|
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 {
|
test {
|
||||||
|
@ -2,7 +2,7 @@ import fr.altarik.CreateTag
|
|||||||
import fr.altarik.ReportDiscord
|
import fr.altarik.ReportDiscord
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'fabric-loom' version '1.6-SNAPSHOT' apply false
|
id 'fabric-loom' version '1.9-SNAPSHOT' apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
Properties local = new Properties()
|
Properties local = new Properties()
|
||||||
|
@ -4,11 +4,13 @@ fabric.loom.multiProjectOptimisation=true
|
|||||||
junit_version=5.9.0
|
junit_version=5.9.0
|
||||||
minecraft_version=1.20.4
|
minecraft_version=1.20.4
|
||||||
yarn_mappings=1.20.4+build.3
|
yarn_mappings=1.20.4+build.3
|
||||||
loader_version=0.15.6
|
loader_version=0.16.9
|
||||||
fabric_version=0.97.1+1.20.4
|
fabric_version=0.97.2+1.20.4
|
||||||
|
hibernate_version=6.6.3.Final
|
||||||
|
|
||||||
|
|
||||||
maven_group=fr.altarik.toolbox
|
maven_group=fr.altarik.toolbox
|
||||||
maven_version=5.1.0
|
maven_version=5.1.1
|
||||||
|
|
||||||
git_owner=quentinlegot
|
git_owner=quentinlegot
|
||||||
git_repo=Toolbox
|
git_repo=Toolbox
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
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
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
Loading…
Reference in New Issue
Block a user