Skip to content

Commit

Permalink
Updates for Gradle 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
liblit committed Apr 16, 2020
1 parent 018bebe commit 41c713f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,4 @@ class EclipseJavaCompilerFactory implements JavaCompilerFactory {
public Compiler<JavaCompileSpec> create(Class<? extends CompileSpec> type) {
return new NormalizingJavaCompiler(new EclipseJavaCompiler(project));
}

@Override
public Compiler<JavaCompileSpec> createForJointCompilation(Class<? extends CompileSpec> type) {
return create(type);
}
}
4 changes: 0 additions & 4 deletions com.ibm.wala.cast/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ tasks.named('javadoc', Javadoc) {
}
}

tasks.named('compileTestJava') {
options.headerOutputDirectory.set file('build/headers')
}

final getProjectLibraryDirectory(project_name, link_task_name) {
final library_project = project(project_name)
final link_task = library_project.tasks.getByName(link_task_name)
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 41c713f

Please sign in to comment.