Skip to content

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangoMango committed May 7, 2023
1 parent 9ed3822 commit 357a3a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ gradle-app.setting
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties

windows/
deploy
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'com.orangomango'
version '1.0-SNAPSHOT'
version '1.1'

repositories {
mavenCentral()
Expand Down Expand Up @@ -62,7 +62,7 @@ jlinkZip {
group = 'distribution'
}

/*jar {
/+jar {
from {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
Expand Down

0 comments on commit 357a3a0

Please sign in to comment.