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

Add KOTLIN_SCRIPTS feature flag #583

Merged
merged 5 commits into from
Oct 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: KTS support in refreshVersions
Co-authored-by: Louis CAD <[email protected]>
  • Loading branch information
jmfayard and LouisCAD committed Sep 24, 2022
commit 436db956d35e65a54665a63aee68c95a34e1759a
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ open class RefreshVersionsTask : DefaultTask() {
}
}
if (FeatureFlag.KOTLIN_SCRIPTS.isEnabled) {
println("TODO: refreshVersions should support Kotlin Scripts see https://github.com/jmfayard/refreshVersions/issues/582")
println("NOTE: refreshVersions support for Kotlin Scripts isn't implemented yet, see https://github.com/jmfayard/refreshVersions/issues/582")
}
}

Expand Down