net.twisterrob.gradle
net.twisterrob.gradle copied to clipboard
Figure out where these warnings are coming from
gradlew --info on Gradle 8 RC2.
Kotlin DSL script compilation (Settings/TopLevel/stage1) is not up-to-date because:
No history is available.
w: Script 'settings.gradle.kts' is not supposed to be used along with regular Kotlin sources, and will be ignored in the future versions by default. (Use -Xallow-any-scripts-in-source-roots command line option to opt-in for the old behavior.)
Kotlin DSL script compilation (Project/TopLevel/stage1) is not up-to-date because:
No history is available.
w: Script 'build.gradle.kts' is not supposed to be used along with regular Kotlin sources, and will be ignored in the future versions by default. (Use -Xallow-any-scripts-in-source-roots command line option to opt-in for the old behavior.)
The configuration classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.