Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
heatherhaks authored Apr 2, 2019
1 parent 8dd3d88 commit aeae5f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ apply plugin: 'kotlin'
apply plugin: "maven-publish"
group = 'com.halfdeadgames'

repositories {
// this repo should be available in every subproject that uses kotlin
mavenCentral() // or jcentrer
}

sourceCompatibility = 1.8
sourceSets.main.java.srcDirs = [ "src/" ]
sourceSets.main.resources.srcDirs += [ rootProject.file('assets').absolutePath ]
Expand Down

0 comments on commit aeae5f4

Please sign in to comment.