Skip to content

Commit

Permalink
0003774: Update gradle to support building with Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
mmichalek committed Oct 29, 2018
1 parent 8f7913c commit 30d07ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
4 changes: 3 additions & 1 deletion symmetric-sqlexplorer/build.gradle
Expand Up @@ -38,7 +38,9 @@ artifacts {
}

configurations.archives.with {
artifacts.remove artifacts.find { it.archiveTask.is war }


artifacts.remove artifacts.find { it.type == 'war' }
}

dependencies {
Expand Down

0 comments on commit 30d07ab

Please sign in to comment.