mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 22:07:59 +01:00
Re-enable jar task. Don't want it? Ignore it.
This commit is contained in:
parent
fb381a0792
commit
fb4fee1076
1 changed files with 0 additions and 9 deletions
|
@ -104,7 +104,6 @@ jar {
|
|||
classifier 'base'
|
||||
extension 'jar'
|
||||
}
|
||||
jar.enabled = false
|
||||
|
||||
archivesBaseName = "mod-${project.name.toLowerCase()}"
|
||||
|
||||
|
@ -151,11 +150,3 @@ reobf {
|
|||
|
||||
shadowJar{}
|
||||
}
|
||||
reobf.jar.task.enabled = false
|
||||
|
||||
// windows only
|
||||
task deploy(type: Copy, dependsOn: build) {
|
||||
from jar.archivePath
|
||||
|
||||
into file("$System.env.APPDATA/.minecraft/mods")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue