Skip to content

Commit

Permalink
canPvp
Browse files Browse the repository at this point in the history
  • Loading branch information
Angeschossen committed Mar 4, 2024
1 parent 7ba4f62 commit 25b39d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ tasks {
}

dependencies {
shadow(libs.applicationframework)
//shadow(libs.applicationframework)
shadow("com.github.Angeschossen:PluginFrameworkAPI:1.0.8")
compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT")
compileOnly("org.realityforge.org.jetbrains.annotations:org.jetbrains.annotations:1.7.0")
}

group = "com.github.angeschossen"
version = "6.44.11"
version = "6.44.12"
description = "LandsAPI"
java.sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down

0 comments on commit 25b39d6

Please sign in to comment.