Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
Update devbundle, with --refresh-dependencies will allow compilation
  • Loading branch information
Wolf1098 committed Nov 19, 2024
1 parent 09541db commit 263c8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worldedit-bukkit/adapters/adapter-1_20_4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ repositories {

dependencies {
// url=https://repo.papermc.io/service/rest/repository/browse/maven-public/io/papermc/paper/dev-bundle/1.20.4-R0.1-SNAPSHOT
the<PaperweightUserDependenciesExtension>().paperDevBundle("1.20.4-R0.1-20240325.123556-143")
the<PaperweightUserDependenciesExtension>().paperDevBundle("1.20.4-R0.1-SNAPSHOT")
compileOnly(libs.paperlib)
}

0 comments on commit 263c8d1

Please sign in to comment.