Skip to content

Commit c0f5131

Browse files
committed
Set artifact name for quickcheck module
1 parent 71ab66b commit c0f5131

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

quickcheck/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
apply plugin: 'me.tatarka.retrolambda'
33

4+
archivesBaseName = "${project.projectName}-${project.name}"
5+
46
retrolambda {
57
jdk System.getenv("JAVA8_HOME")
68
oldJdk System.getenv("JAVA7_HOME")

0 commit comments

Comments
 (0)