aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorTrương Hoàng Long <longtruong2411@gmail.com>2022-03-05 15:32:15 +0100
committerGitHub <noreply@github.com>2022-03-05 15:32:15 +0100
commit165d2a190cf82b90bc47cf7a3875a094fab9b81a (patch)
treed635d8610881864574645e4b375bb12e46e91fb3 /build.gradle
parent9240ceaa5af97cadc76d9b2c955d4d193b423ab1 (diff)
parent53f04b828c5f924d9b394f1c6fba601ff566ccab (diff)
downloadSkyblocker-165d2a190cf82b90bc47cf7a3875a094fab9b81a.tar.gz
Skyblocker-165d2a190cf82b90bc47cf7a3875a094fab9b81a.tar.bz2
Skyblocker-165d2a190cf82b90bc47cf7a3875a094fab9b81a.zip
Merge pull request #48 from TacoMonkey11/master
Added base Profile API stuff
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle12
1 files changed, 7 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index e7fadae4..9b03c3fe 100644
--- a/build.gradle
+++ b/build.gradle
@@ -26,16 +26,16 @@ repositories {
maven { url "https://maven.terraformersmc.com/releases" }
maven { url "https://maven.shedaniel.me/" }
maven {
- url 'https://repo.maven.apache.org/maven2'
- name 'Maven Central'
- }
- maven {url "https://jitpack.io"}
+ url 'https://repo.maven.apache.org/maven2'
+ name 'Maven Central'
+ }
maven {url "https://maven.jaackson.me/repo"}
+ maven {url "https://jitpack.io"}
}
dependencies {
- implementation 'com.google.code.gson:gson:2.8.9'
+ implementation 'com.google.code.gson:gson:2.9.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
// To change the versions see the gradle.properties file
@@ -73,6 +73,8 @@ dependencies {
//https://github.com/kohlschutter/junixsocket
include(modImplementation("com.kohlschutter.junixsocket:junixsocket-common:2.0.4"))
include(modImplementation("com.kohlschutter.junixsocket:junixsocket-native-common:2.0.4"))
+
+ include(modImplementation("com.github.Marcono1234:gson-record-type-adapter-factory:0.2.0"))
}
processResources {