mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
reobf for spigot
This commit is contained in:
parent
b8da163e77
commit
ee4936ecf5
2 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "xyz.alexcrea"
|
group = "xyz.alexcrea"
|
||||||
version = "1.15.6"
|
version = "1.15.7"
|
||||||
|
|
||||||
val effectiveVersion = "$version" +
|
val effectiveVersion = "$version" +
|
||||||
(if (System.getenv("SMALL_COMMIT_HASH") != null) "-dev-${System.getenv("SMALL_COMMIT_HASH")!!}" else "")
|
(if (System.getenv("SMALL_COMMIT_HASH") != null) "-dev-${System.getenv("SMALL_COMMIT_HASH")!!}" else "")
|
||||||
|
|
@ -89,7 +89,7 @@ dependencies {
|
||||||
implementation(project(":nms:v1_21R4", configuration = "reobf"))
|
implementation(project(":nms:v1_21R4", configuration = "reobf"))
|
||||||
implementation(project(":nms:v1_21R5", configuration = "reobf"))
|
implementation(project(":nms:v1_21R5", configuration = "reobf"))
|
||||||
implementation(project(":nms:v1_21R6", configuration = "reobf"))
|
implementation(project(":nms:v1_21R6", configuration = "reobf"))
|
||||||
implementation(project(":nms:v1_21R7"))// TODO reobf on release, configuration = "reobf"))
|
implementation(project(":nms:v1_21R7", configuration = "reobf"))
|
||||||
|
|
||||||
// include kotlin for the offline jar
|
// include kotlin for the offline jar
|
||||||
implementation(kotlin("stdlib"))
|
implementation(kotlin("stdlib"))
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ dependencies {
|
||||||
implementation(project(":nms:nms-common"))
|
implementation(project(":nms:nms-common"))
|
||||||
|
|
||||||
// Used for nms
|
// Used for nms
|
||||||
paperweight.paperDevBundle("1.21.11-pre3-R0.1-SNAPSHOT") //TODO update to 1.21.11-R0.1-SNAPSHOT on release
|
paperweight.paperDevBundle("1.21.11-R0.1-SNAPSHOT")
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue