Skip to content

Commit

Permalink
Merge pull request #39 from burdoto/gradle-adjust
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
burdoto authored Nov 1, 2018
2 parents f7c990c + 21cd62f commit 6345565
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ allprojects {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.3'
implementation 'com.vdurmont:emoji-java:4.0.0'
}

sourceSets {
main {
java {
srcDirs = ["src\\main\\java"]
}
resources {
srcDirs = ["src\\main\\resources"]
}
}
}
}

project(":Main") {
Expand Down

0 comments on commit 6345565

Please sign in to comment.