Skip to content

Commit

Permalink
Improve build avoidance by ignoring ABI-compatible changes (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira authored Dec 16, 2021
1 parent 8447fb0 commit d746151
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->
<!DOCTYPE ivy-module [
<!ENTITY maven.version "2.0">
<!ENTITY gradle.version "3.2">
<!ENTITY gradle.version "3.4">
<!ENTITY asm.version "9.2">
<!ENTITY jarjar.asm.version "5.2">
]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import org.gradle.api.file.FileTree;
import org.gradle.api.file.FileTreeElement;
import org.gradle.api.specs.Spec;
import org.gradle.api.tasks.Classpath;
import org.gradle.api.tasks.CompileClasspath;
import org.gradle.api.tasks.Input;
import org.gradle.api.tasks.InputFiles;
import org.gradle.api.tasks.Internal;
Expand Down Expand Up @@ -148,8 +148,7 @@ public void setPatternSet(PatternSet patternSet) {
* A {@link FileCollection} used to configure the classpath.
* Defaults to current sourseSet's compile classpath.
*/
@InputFiles
@Classpath
@CompileClasspath
public FileCollection getClasspath() {
return classpath;
}
Expand Down

0 comments on commit d746151

Please sign in to comment.