Skip to content

Commit 8fe8a0b

Browse files
committed
check scala src directory directly
1 parent b1017b7 commit 8fe8a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ if (coreModClass) {
134134
// Plugin application
135135

136136
// Scala
137-
if (getFile(targetPackageScala).exists()) {
137+
if (getFile('src/main/scala').exists()) {
138138
apply plugin: 'scala'
139139
}
140140

0 commit comments

Comments
 (0)