Skip to content

Commit

Permalink
bump version of examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Revxrsal committed Dec 21, 2024
1 parent e3fcb53 commit ed9b3bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/bukkit-java/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'io.freefair.lombok' version '8.11'
id 'com.gradleup.shadow' version '8.3.2'
id 'io.github.revxrsal.zapper' version '1.0.0'
id 'io.github.revxrsal.zapper' version '1.0.1'
}

group = 'com.example'
Expand Down
4 changes: 2 additions & 2 deletions examples/bukkit-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("io.freefair.lombok") version "8.11"
id("com.gradleup.shadow") version "8.3.2"
id("io.github.revxrsal.zapper") version "1.0.0"
id("io.github.revxrsal.zapper") version "1.0.1"
kotlin("jvm")
}

Expand All @@ -27,7 +27,7 @@ zapper {
repositories { includeProjectRepositories() }

// relocation path is com.example.plugin.libs.kotlin
relocate("kotlin", "kotlin")
// relocate("kotlin", "kotlin")
}

kotlin {
Expand Down

0 comments on commit ed9b3bf

Please sign in to comment.