Skip to content

Commit

Permalink
Merge pull request #182 from takipi/feature/OO-2617/fix-javas-mess
Browse files Browse the repository at this point in the history
Remove backend javac
  • Loading branch information
davidlevanon authored Nov 19, 2020
2 parents 649af16 + e865d86 commit 130cd5b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions api-client-util/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ apply plugin: 'maven'

archivesBaseName = 'api-client-util'

if (project.ext.has("backendJavac")) {
compileJava {
options.forkOptions.executable = project.ext.get("backendJavac")
}
}

dependencies {
compile(
project(':api-client'),
Expand Down
6 changes: 0 additions & 6 deletions api-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ apply plugin: 'maven'

archivesBaseName = 'api-client'

if (project.ext.has("backendJavac")) {
compileJava {
options.forkOptions.executable = project.ext.get("backendJavac")
}
}

dependencies {
compile(
"joda-time:joda-time:2.8.2",
Expand Down
6 changes: 0 additions & 6 deletions report-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ sourceSets {
}
}

if (project.ext.has("backendJavac")) {
compileJava {
options.forkOptions.executable = project.ext.get("backendJavac")
}
}

dependencies {
compile(
"com.github.jknack:handlebars:4.1.2",
Expand Down

0 comments on commit 130cd5b

Please sign in to comment.