mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-23 04:08:34 +01:00
I think this was important :^)
This commit is contained in:
parent
f28b9cccbb
commit
dd6006f5f9
1 changed files with 6 additions and 2 deletions
|
@ -73,6 +73,10 @@ processResources {
|
||||||
|
|
||||||
apply plugin: 'maven-publish'
|
apply plugin: 'maven-publish'
|
||||||
|
|
||||||
|
jar {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
task deobfJar(type: Jar) {
|
task deobfJar(type: Jar) {
|
||||||
from sourceSets.main.output
|
from sourceSets.main.output
|
||||||
from sourceSets.main.java
|
from sourceSets.main.java
|
||||||
|
|
Loading…
Reference in a new issue