Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Gradle 8.11 #1466

Merged
merged 6 commits into from
Nov 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

1 change: 0 additions & 1 deletion cast/cast/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import com.ibm.wala.gradle.cast.nativeLibraryOutput

plugins {
`cpp-library`
id("com.ibm.wala.gradle.cast.native")
id("com.ibm.wala.gradle.subproject")
}

Expand Down
2 changes: 0 additions & 2 deletions cast/smoke_main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import org.gradle.language.cpp.CppBinary.OPTIMIZED_ATTRIBUTE

plugins {
`cpp-application`
id("com.ibm.wala.gradle.cast.native")
id("com.ibm.wala.gradle.subproject")
}

Expand Down Expand Up @@ -72,7 +71,6 @@ application {
if (isDebuggable && !isOptimized) {
val checkSmokeMain by
tasks.registering(Exec::class) {
notCompatibleWithConfigurationCache("https://github.com/gradle/gradle/issues/13485")

// main executable to run for test
inputs.file(linkedFile)
Expand Down
1 change: 0 additions & 1 deletion cast/xlator_test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import com.ibm.wala.gradle.cast.addCastLibrary

plugins {
`cpp-library`
id("com.ibm.wala.gradle.cast.native")
id("com.ibm.wala.gradle.subproject")
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependency-analysis = "com.autonomousapps.dependency-analysis:1.32.0"
file-lister = "all.shared.gradle.file-lister:1.0.2"
google-java-format = "com.github.sherter.google-java-format:0.9"
markdown = "com.appmattus.markdown:0.6.0"
shellcheck = "com.felipefzdz.gradle.shellcheck:1.4.6"
shellcheck = "com.felipefzdz.gradle.shellcheck:1.5.0"
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
task-tree = "com.dorongold.task-tree:3.0.0"
version-catalog-update = "nl.littlerobots.version-catalog-update:0.8.4"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=fdfca5dbc2834f0ece5020465737538e5ba679deeff5ab6c09621d67f8bb1a15
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-all.zip
distributionSha256Sum=73d2d553933194d8eefed0a291acbe45392ca3572ba13834cbbf373da375276d
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading