Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 2cd64e2

Browse files
author
Shynixn
committed
Fixed obfuscation commands.
1 parent 3c3d166 commit 2cd64e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

structureblocklib-bukkit-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ tasks.register("pluginJar", Exec::class.java, ) {
133133
val targetJarFile = File(destinationDir, archiveName)
134134

135135
var obsMapping = createCommand(
136-
"1.20-R0.1-SNAPSHOT",
136+
"1.20.1-R0.1-SNAPSHOT",
137137
"com/github/shynixn/structureblocklib/bukkit/v1_20_R1",
138138
file,
139139
shadowJar,

structureblocklib-bukkit-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ tasks.register("pluginJar", Exec::class.java, ) {
133133
val targetJarFile = File(destinationDir, archiveName)
134134

135135
var obsMapping = createCommand(
136-
"1.20-R0.1-SNAPSHOT",
136+
"1.20.1-R0.1-SNAPSHOT",
137137
"com/github/shynixn/structureblocklib/bukkit/v1_20_R1",
138138
file,
139139
shadowJar,

structureblocklib-bukkit-sample/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ tasks.register("pluginJar", Exec::class.java, ) {
133133
val targetJarFile = File(destinationDir, archiveName)
134134

135135
var obsMapping = createCommand(
136-
"1.20-R0.1-SNAPSHOT",
136+
"1.20.1-R0.1-SNAPSHOT",
137137
"com/github/shynixn/structureblocklib/bukkit/v1_20_R1",
138138
file,
139139
shadowJar,

0 commit comments

Comments
 (0)