diff --git a/build.gradle b/build.gradle index 3811c9b..a625e9e 100644 --- a/build.gradle +++ b/build.gradle @@ -5,9 +5,10 @@ plugins { } group 'com.tb24' -version '0.3.0' +version '0.3.3' sourceCompatibility = 1.8 +targetCompatibility = 1.8 ext { javaMainClass = 'com.tb24.blenderumap.Main' @@ -37,7 +38,6 @@ repositories { google() mavenCentral() maven { url 'https://dl.bintray.com/fungamesleaks/mavenRepo' } -// maven { url 'https://libraries.minecraft.net' } maven { url 'https://jitpack.io' } } @@ -46,7 +46,6 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9' implementation 'com.google.code.gson:gson:2.8.6' -// implementation 'com.mojang:brigadier:1.0.17' implementation 'com.squareup.okhttp3:okhttp:3.14.9' implementation 'me.fungames:JFortniteParse:+' // :3.0.2' implementation 'org.slf4j:slf4j-api:1.7.30'