mirror of
https://github.com/funkemunky/AntiVPN.git
synced 2026-05-31 09:31:54 +00:00
Fixing gradle build
This commit is contained in:
@@ -30,4 +30,8 @@ tasks.named('shadowJar') {
|
|||||||
dependsOn(':Bukkit:Plugin:shadowJar')
|
dependsOn(':Bukkit:Plugin:shadowJar')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.named('compileJava') {
|
||||||
|
dependsOn(':Bukkit:Plugin:shadowJar')
|
||||||
|
}
|
||||||
|
|
||||||
tasks.build.dependsOn shadowJar
|
tasks.build.dependsOn shadowJar
|
||||||
|
|||||||
@@ -29,4 +29,8 @@ tasks.named('shadowJar') {
|
|||||||
dependsOn(':Bungee:BungeePlugin:shadowJar')
|
dependsOn(':Bungee:BungeePlugin:shadowJar')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.named('compileJava') {
|
||||||
|
dependsOn(':Bungee:BungeePlugin:shadowJar')
|
||||||
|
}
|
||||||
|
|
||||||
tasks.build.dependsOn shadowJar
|
tasks.build.dependsOn shadowJar
|
||||||
|
|||||||
@@ -23,4 +23,8 @@ tasks.named('shadowJar') {
|
|||||||
dependsOn(':Sponge:SpongePlugin:shadowJar')
|
dependsOn(':Sponge:SpongePlugin:shadowJar')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.named('compileJava') {
|
||||||
|
dependsOn(':Sponge:SpongePlugin:shadowJar')
|
||||||
|
}
|
||||||
|
|
||||||
tasks.build.dependsOn shadowJar
|
tasks.build.dependsOn shadowJar
|
||||||
|
|||||||
@@ -40,6 +40,10 @@ tasks.named('shadowJar') {
|
|||||||
dependsOn(':Velocity:VelocityPlugin:shadowJar')
|
dependsOn(':Velocity:VelocityPlugin:shadowJar')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.named('compileJava') {
|
||||||
|
dependsOn(':Velocity:VelocityPlugin:shadowJar')
|
||||||
|
}
|
||||||
|
|
||||||
tasks.build.dependsOn shadowJar
|
tasks.build.dependsOn shadowJar
|
||||||
|
|
||||||
tasks.named('runVelocity') {
|
tasks.named('runVelocity') {
|
||||||
|
|||||||
Reference in New Issue
Block a user