Skip to content

Commit

Permalink
changed new classPath
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya732 committed Sep 16, 2024
1 parent 59e888b commit 675be66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def baselineJarPath = file("$rootDir/libs/baseline-version.jar")

task('apiDiff', type: JapicmpTask, dependsOn: 'jar') {
oldClasspath = files(baselineJarPath)
newClasspath = files(jar.archiveFile)
newClasspath = files(tasks.named('jar').get().archiveFile)
onlyModified = true
failOnModification = true
ignoreMissingClasses = true
Expand Down

0 comments on commit 675be66

Please sign in to comment.