11import org.apache.tools.ant.filters.ReplaceTokens
22
33plugins {
4- id ' org.jetbrains.kotlin.jvm' version ' 1.6.0 '
4+ id ' org.jetbrains.kotlin.jvm' version ' 1.6.10 '
55 id ' maven-publish'
6- id ' com.github.johnrengelman.shadow' version ' 7.1.0 '
6+ id ' com.github.johnrengelman.shadow' version ' 7.1.2 '
77 id ' org.jetbrains.dokka' version ' 1.6.0'
88}
99
10- def projectVersion = (System . getenv(" VERSION" ) ?: ' 0.1.0 -SNAPSHOT' ). replaceFirst(" v" , " " ). replace(' /' , ' ' )
10+ def projectVersion = (System . getenv(" VERSION" ) ?: ' 0.1.1 -SNAPSHOT' ). replaceFirst(" v" , " " ). replace(' /' , ' ' )
1111
1212group ' xyz.theprogramsrc'
1313version projectVersion
@@ -23,17 +23,16 @@ repositories {
2323 maven { url ' https://oss.sonatype.org/content/repositories/releases/' }
2424 maven { url ' https://oss.sonatype.org/content/groups/public/' }
2525 maven { url ' https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
26- maven { url ' https://repo.codemc.org/repository/maven-public' }
27- maven { url ' https://repo.codemc.org/repository/nms' }
28- maven { url ' https://jitpack.io' }
26+ maven { url ' https://repo.codemc.org/repository/maven-public/' }
27+ maven { url ' https://jitpack.io/' }
2928}
3029
3130dependencies {
32- compileOnly ' org.jetbrains.kotlin:kotlin-stdlib:1.6.0 '
31+ compileOnly ' org.jetbrains.kotlin:kotlin-stdlib:1.6.10 '
3332 compileOnly ' org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT'
3433 compileOnly ' net.md-5:bungeecord-api:1.18-R0.1-SNAPSHOT'
35- compileOnly ' xyz.theprogramsrc:simplecoreapi:0.1.9 -SNAPSHOT'
36- compileOnly ' xyz.theprogramsrc:filesmodule:0.1.0 -SNAPSHOT'
34+ compileOnly ' xyz.theprogramsrc:simplecoreapi:0.1.12 -SNAPSHOT'
35+ compileOnly ' xyz.theprogramsrc:filesmodule:0.1.1 -SNAPSHOT'
3736
3837 testImplementation ' org.junit.jupiter:junit-jupiter:5.8.2'
3938}
0 commit comments