Skip to content

Commit

Permalink
fix duplicate java sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgazul committed Mar 18, 2023
1 parent 2a3d16f commit b937a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dependencies {

sourceSets.main {
java.srcDirs = []
scala.srcDirs = ['src/main/scala', 'build/tempSourcesJava']
scala.srcDirs = ['src/main/scala', 'src/main/java']
}

idea {
Expand Down

0 comments on commit b937a98

Please sign in to comment.