Skip to content

Commit

Permalink
Fixed Hook_TransportPipes module cannot be compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed Dec 31, 2021
1 parent 1716193 commit bbf3344
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Hook_TransportPipes/build.gradle
@@ -1,5 +1,11 @@
group 'Hook_TransportPipes'

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(16))
}
}

dependencies {
compileOnly "de.robotricker.transportpipes:TransportPipes:5.4.0"
compileOnly "org.spigotmc:v1_8_R3-Taco:latest"
Expand Down

0 comments on commit bbf3344

Please sign in to comment.