Skip to content

Commit

Permalink
Added: DisableAutoTargetJvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram1903 committed May 20, 2024
1 parent 0571aa9 commit fa67532
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ allprojects {

java.sourceCompatibility = JavaVersion.VERSION_1_8
java.targetCompatibility = JavaVersion.VERSION_1_8
java.disableAutoTargetJvm()

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions platforms/spigot/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repositories {
maven("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
maven("https://repo.papermc.io/repository/maven-public/")
}

dependencies {
implementation(project(":common"))
compileOnly("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT")
compileOnly("com.github.retrooper.packetevents:spigot:2.3.0")
}

Expand Down

0 comments on commit fa67532

Please sign in to comment.