Move to VanillaGradle 2.1 snapshot version. Fixes missing working directories for VanillaGradle runs.
This commit is contained in:
parent
e51ea1fc16
commit
fe1bccafbf
|
|
@ -1,6 +1,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
id("java")
|
id('java')
|
||||||
id("org.spongepowered.gradle.vanilla") version "0.2"
|
id('org.spongepowered.gradle.vanilla') version '0.2.1-SNAPSHOT'
|
||||||
}
|
}
|
||||||
|
|
||||||
archivesBaseName = mod_name
|
archivesBaseName = mod_name
|
||||||
|
|
@ -12,11 +12,9 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
version(minecraft_version) // or: latestRelease() or latestSnapshot()
|
version(minecraft_version)
|
||||||
runs {
|
runs {
|
||||||
server()
|
server()
|
||||||
client()
|
client()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user