Skip to content

Commit

Permalink
v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joserobjr committed Oct 20, 2016
1 parent 42a1220 commit 76f33e7
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
@@ -1,6 +1,6 @@
allprojects {
group 'br.com.gamemods.kotlinfun'
version '1.0-SNAPSHOT'
version '0.1'
}

buildscript {
Expand Down Expand Up @@ -59,9 +59,11 @@ subprojects {
main.java.srcDirs += 'src/main/kotlin'
}

/*
jar {
baseName = "KotlinFun-${project.name}"
}
*/

shadowJar {
dependencies {
Expand All @@ -72,7 +74,7 @@ subprojects {
}

classifier = null
baseName = "KotlinFun-${project.name}"
// baseName = "KotlinFun-${project.name}"
// relocate 'kotlin', 'br.com.gamemods.kotlinfun.kotlin'
}

Expand Down

0 comments on commit 76f33e7

Please sign in to comment.