Skip to content

Commit

Permalink
Add upx plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ghokun committed Feb 13, 2023
1 parent 10aaa66 commit c3510aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
id "com.diffplug.spotless" version "${spotlessVersion}"
id "net.ltgt.errorprone" version "${errorPronePluginVersion}"
id "org.graalvm.buildtools.native" version "${graalvmBuildtoolsVersion}"
id "org.jetbrains.gradle.upx" version "${upxVersion}"
}

group = "dev.gokhun"
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ spotlessVersion=6.15.0
errorPronePluginVersion=3.0.1
graalvmBuildtoolsVersion=0.9.19
testLoggerVersion=3.2.0
upxVersion=1.5.2

# dependencies
guavaVersion=31.1-jre
Expand Down

0 comments on commit c3510aa

Please sign in to comment.