0.11.8 up versions
This commit is contained in:
parent
97b0aa9d02
commit
be1767f090
10
.space.kts
Normal file
10
.space.kts
Normal file
@ -0,0 +1,10 @@
|
||||
job("Build") {
|
||||
gradlew("openjdk:11", "build")
|
||||
}
|
||||
|
||||
job("Publish"){
|
||||
startOn {
|
||||
gitPush { enabled = false }
|
||||
}
|
||||
gradlew("openjdk:11", "publishAllPublicationsToSpaceRepository")
|
||||
}
|
@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
- Add `-Xjdk-release` key
|
||||
|
||||
### Changed
|
||||
- Kotlin 1.7.10
|
||||
- Versions update
|
||||
|
||||
### Deprecated
|
||||
|
||||
|
@ -15,7 +15,7 @@ import ru.mipt.npm.gradle.internal.applySettings
|
||||
import ru.mipt.npm.gradle.internal.fromJsDependencies
|
||||
|
||||
|
||||
private val defaultJvmArgs: List<String> = listOf("-Xjvm-default=all", "-Xlambdas=indy", "-Xjdk-release=11")
|
||||
private val defaultJvmArgs: List<String> = listOf("-Xjvm-default=all", "-Xlambdas=indy", "-Xjdk-release=${KScienceVersions.JVM_TARGET}")
|
||||
|
||||
public fun Project.configureKScience(
|
||||
kotlinVersion: KotlinVersion,
|
||||
|
Loading…
Reference in New Issue
Block a user