Skip to content

Commit

Permalink
keep all util classes
Browse files Browse the repository at this point in the history
  • Loading branch information
see-eff committed Oct 2, 2023
1 parent 5b8269a commit 5ae27a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ group = 'org.cfmlprojects'
description = 'Daevil Gradle build script'
archivesBaseName = 'daevil'

version = '1.0.6'
version = '1.0.7'

sourceCompatibility = 11
targetCompatibility = 11
Expand Down Expand Up @@ -52,7 +52,9 @@ shadowJar {
exclude(dependency('org.slf4j:slf4j-api'))
exclude(dependency('com.google.guava:.*'))
}
minimize()
minimize {
exclude(dependency('net.gradleutil:.*:.*'))
}
}

test {
Expand Down

0 comments on commit 5ae27a1

Please sign in to comment.