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

Split up enableFeaturePreviewQuietly internals to callable parts #570

Open
TWiStErRob opened this issue Aug 1, 2023 · 1 comment
Open
Labels
a:feature new feature, improvement or request on:gradle issue related to Gradle
Milestone

Comments

@TWiStErRob
Copy link
Owner

TWiStErRob commented Aug 1, 2023

workaround:

enableFeaturePreviewQuietly("STABLE_CONFIGURATION_CACHE", "Kotlin DSL property assignment")
@TWiStErRob TWiStErRob added a:feature new feature, improvement or request on:gradle issue related to Gradle labels Aug 1, 2023
@TWiStErRob TWiStErRob added this to the 0.17 milestone Aug 1, 2023
@TWiStErRob
Copy link
Owner Author

Also remove receiver, so this is not necessary in cinema

buildscript {
	dependencyLocking {
		lockAllConfigurations()
		// To prevent "Kotlin DSL property assignment", don't use it here.
		lockFile.set(file("../../gradle/dependency-locks/plugins-settings.lockfile"))
	}
}

@TWiStErRob TWiStErRob modified the milestones: 0.17, 0.18 May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:feature new feature, improvement or request on:gradle issue related to Gradle
Projects
None yet
Development

No branches or pull requests

1 participant