Skip to content

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
datatags committed Feb 20, 2024
1 parent 0d8ddc6 commit bcaf0e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ repositories {
}

dependencies {
compileOnly 'org.spigotmc:spigot-api:1.20.4-R0.1-20240209.081002-77'
// Latest Spigot 1.20.4 API doesn't support Java 8
compileOnly 'org.spigotmc:spigot-api:1.20.3-R0.1-SNAPSHOT'
// TODO: change this to a tag that works
compileOnly 'com.github.UltraCosmetics:UltraCosmetics:master-SNAPSHOT'
implementation 'org.bstats:bstats-bukkit:3.0.2'
Expand Down

0 comments on commit bcaf0e6

Please sign in to comment.