Skip to content

Commit 00b6603

Browse files
authored
Merge pull request #3 from mt1006/master
Exclude PSD file from JAR and reduce icon.png size
2 parents 7c0f94a + 5442597 commit 00b6603

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jar {
5555
from("LICENSE") {
5656
rename { "${it}_${project.base.archivesName.get()}"}
5757
}
58+
exclude "assets/time-loop/icon.psd"
5859
}
5960

6061
// configure the maven publication
@@ -73,4 +74,4 @@ publishing {
7374
// The repositories here will be used for publishing your artifact, not for
7475
// retrieving dependencies.
7576
}
76-
}
77+
}
-3.2 KB
Loading

0 commit comments

Comments
 (0)