Skip to content
Snippets Groups Projects
Commit 71964384 authored by Johannes Mey's avatar Johannes Mey
Browse files

fix idea static analysis

parent b9798827
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@ repositories {
idea {
module {
generatedSourceDirs += file('./src/gen/java')
sourceDirs += file('../extendj/src/frontend')
sourceDirs += file('../extendj/src/frontend-main')
}
}
......
......@@ -18,6 +18,8 @@ repositories {
idea {
module {
generatedSourceDirs += file('./src/gen/java')
sourceDirs += file('../extendj/src/frontend')
sourceDirs += file('../extendj/src/frontend-main')
}
}
......@@ -35,7 +37,6 @@ sourceSets.main {
}
dependencies {
// compile group: 'com.google.guava', name: 'guava', version: '18.0'
testCompile group: 'com.google.truth', name: 'truth', version: '0.27'
}
......@@ -98,6 +99,3 @@ jar.destinationDir = projectDir
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
// fix broken scanner dependencies
//scanner.outputs.upToDateWhen {false}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment