Skip to content

Commit

Permalink
update build.gradle for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
hkmoon committed May 19, 2016
1 parent e5e596f commit 07f3c7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ sourceSets
java
{ srcDir 'src/main/java' }
resources
{ srcDir 'src/main/ressources' }
{ srcDir 'src/main/resources' }
}
test
{
java
{ srcDir 'src/main/java' }
{ srcDir 'src/test/java' }
resources
{ srcDir 'src/main/ressources' }
{ srcDir 'src/test/resources' }
}
}

Expand Down
6 changes: 6 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Tue Apr 05 15:27:24 CEST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-bin.zip

0 comments on commit 07f3c7d

Please sign in to comment.