mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-08 10:09:36 +01:00
Fixed corrupt gradle wrapper jar file
This commit is contained in:
parent
4b51ddf542
commit
cc10575786
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id "com.viaversion.base-conventions"
|
||||
id "com.viaversion.forge-conventions"
|
||||
id "florianmichael.viaforge.base-conventions"
|
||||
id "florianmichael.viaforge.forge-conventions"
|
||||
}
|
||||
|
||||
minecraft {
|
||||
|
@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id "com.viaversion.base-conventions"
|
||||
id "com.viaversion.forge-conventions"
|
||||
id "florianmichael.viaforge.base-conventions"
|
||||
id "florianmichael.viaforge.forge-conventions"
|
||||
}
|
||||
|
||||
minecraft {
|
||||
|
@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id "com.viaversion.base-conventions"
|
||||
id "com.viaversion.forge-conventions"
|
||||
id "florianmichael.viaforge.base-conventions"
|
||||
id "florianmichael.viaforge.forge-conventions"
|
||||
}
|
||||
|
||||
java.toolchain.languageVersion = JavaLanguageVersion.of(17)
|
||||
|
Loading…
Reference in New Issue
Block a user