Skip to content

complete configuration cache work#120

Merged
wakingrufus merged 1 commit into
mainfrom
providers
Feb 20, 2026
Merged

complete configuration cache work#120
wakingrufus merged 1 commit into
mainfrom
providers

Conversation

@wakingrufus

@wakingrufus wakingrufus commented Feb 20, 2026

Copy link
Copy Markdown
Member

complete configuration cache work
fixes #109

Comment thread build.gradle.kts
}

tasks.named<GroovyCompile>("compileGroovy", GroovyCompile::class.java) {
groovyOptions.configurationScript = file("src/groovyCompile/groovycConfig.groovy")

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

this wasn't working anyway

}

@Test
fun `test GitLab`() {

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

this test (gitlab impl uses posixutil under the hood) + the fact that this test's setup enables configuration cache is what reproduced the remaining issue around configuration cache

@wakingrufus wakingrufus marked this pull request as ready for review February 20, 2026 22:02
@wakingrufus wakingrufus changed the title Providers complete configuration cache work Feb 20, 2026
@wakingrufus wakingrufus merged commit 1643afa into main Feb 20, 2026
3 checks passed
@wakingrufus wakingrufus deleted the providers branch February 20, 2026 22:07
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.

Improve compatibility with the Gradle configuration cache

2 participants