Skip to content

Commit b77afe0

Browse files
pedrovgsPedro Gómez Sánchez
authored and
Pedro Gómez Sánchez
committed
Change check style plugin to avoid problems with AS
1 parent dcba352 commit b77afe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ task checkstyle(type: Checkstyle) {
6565
include '**/*.java'
6666
exclude '**/gen/**'
6767

68-
classpath = files(project.configurations.compile.asPath)
68+
classpath = files()
6969
}

0 commit comments

Comments
 (0)