Skip to content

Commit bfb9929

Browse files
author
Justin Ryan
committed
Fix reference to file, instead of it.
1 parent 91fd557 commit bfb9929

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ subprojects {
140140

141141
// Exclude java sources that will not compile
142142
if (tags.compileTimeError) {
143-
sourceSets.main.java.excludes.add(it.name)
143+
sourceSets.main.java.excludes.add(file.name)
144144
} else {
145145
JavaExec javaTask = null
146146
// Add tasks for java sources with main methods

0 commit comments

Comments
 (0)