Skip to content

Conversation

chenrui333
Copy link

bump to use gradle 9

relates to Homebrew/homebrew-core#236282

Copy link

netlify bot commented Sep 6, 2025

Deploy Preview for nextflow-docs-staging canceled.

Name Link
🔨 Latest commit a22ad29
🔍 Latest deploy log https://app.netlify.com/projects/nextflow-docs-staging/deploys/68bc5fb3921fb10008826613

@@ -18,7 +18,7 @@ plugins {
// required to download the toolchain (jdk) from a remote repository
// https://github.com/gradle/foojay-toolchains
// https://docs.gradle.org/current/userguide/toolchains.html#sub:download_repositories
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • IBM_SEMERU was removed in Gradle 9.0.0
  • Foojay plugin 0.9.0 still referenced this deprecated field
  • Version 1.0.0 has removed these references and is Gradle 9 compatible

Copy link
Member

@pditommaso pditommaso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately this doesn't seem a quick win, there's some breaking changes with gradle 9 impacting this build like the use of mainClassName

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants