Skip to content

Commit

Permalink
[release] v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Aug 12, 2022
1 parent 23fcf15 commit 148c5bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}
allprojects {
group = "net.liplum"
version = "1.6"
version = "1.7"
buildscript {
repositories {
maven { url = uri("https://www.jitpack.io") }
Expand Down
9 changes: 9 additions & 0 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import io.github.liplum.mindustry.genModHjson
import io.github.liplum.mindustry.importMindustry

plugins {
Expand Down Expand Up @@ -31,6 +32,14 @@ java {
withSourcesJar()
withJavadocJar()
}
mindustryAssets{
// no icon
icon at "$projectDir/icon.png"
}
tasks.genModHjson {
// no mod.hjson
enabled = false
}
publishing {
publications {
create<MavenPublication>("maven") {
Expand Down

0 comments on commit 148c5bd

Please sign in to comment.