Prolong -no-stdlib option lifetime and regenerate Gradle compilation options

-no-stdlib may still be required internally for kotlin gradle plugin
to launch the compiler with the correct options.
This commit is contained in:
Ilya Gorbunov
2021-09-18 02:44:37 +03:00
committed by TeamCityServer
parent bd856ad726
commit 47adc4fdaa
3 changed files with 1 additions and 56 deletions
@@ -49,7 +49,7 @@ class K2JVMCompilerArguments : CommonCompilerArguments() {
@Argument(value = "-no-jdk", description = "Don't automatically include the Java runtime into the classpath")
var noJdk: Boolean by FreezableVar(false)
@DeprecatedOption(removeAfter = "1.5", level = DeprecationLevel.ERROR)
@DeprecatedOption(removeAfter = "1.6", level = DeprecationLevel.ERROR)
@GradleOption(DefaultValues.BooleanTrueDefault::class)
@Argument(
value = "-no-stdlib",