Skip to content

Commit c7b641a

Browse files
1.0.0
1 parent 23bec79 commit c7b641a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ buildscript {
4242
}
4343

4444
group 'io.onixlabs'
45-
version '1.0.0-rc5'
45+
version '1.0.0'
4646

4747
subprojects {
4848
repositories {
@@ -75,7 +75,10 @@ subprojects {
7575
}
7676
}
7777

78-
jar { exclude '**/log4j2*.xml' }
78+
jar {
79+
exclude '**/log4j2*.xml'
80+
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
81+
}
7982

8083
test {
8184
jvmArgs = ["-ea", "-javaagent:../lib/quasar.jar"]

0 commit comments

Comments
 (0)