Fix setting up dev workspace
This commit is contained in:
parent
cec1cb7446
commit
69bdb0034b
1 changed files with 5 additions and 1 deletions
|
@ -157,7 +157,11 @@ build.dependsOn deobfJar, apiJar
|
||||||
|
|
||||||
|
|
||||||
modsIO {
|
modsIO {
|
||||||
key = project.getProperty('modsioTRKey')
|
if (project.hasProperty('mavenPass'))
|
||||||
|
{
|
||||||
|
key = project.getProperty('modsioTRKey')
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
project {
|
project {
|
||||||
artifact = jar.archivePath
|
artifact = jar.archivePath
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue