-
Notifications
You must be signed in to change notification settings - Fork 124
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
Minor updates #701
Minor updates #701
Conversation
* chore(deps): update actions/checkout action to v4 * Remove workaround --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Goooler <[email protected]>
I'm trying to upgrade Gradle 8 for this project, will send a PR after finishing that. |
7be7941
to
ce6f355
Compare
If you can get it to work, great, but the requirement is that the plugin suite has to compatible with a minimum of Gradle 7.0.2 |
I bumped it to Gradle 7.6 first, but 1 test failed, I'm not sure why, see |
It probably has to do with how properties are interpreted. If you change the attrFile.text = ":${key3}: ${value3}\n"
new File(projectDir,'gradle.properties').text = """
group=${groupName}
version=${projVer}
""".stripIndent()
getGroovyBuildFile("""
apply plugin : 'org.asciidoctor.jvm.base' |
It works! Addressing the update to #704. |
We can kick these things by enabling @renovate-bot and keep this repo up to date.