File tree Expand file tree Collapse file tree 5 files changed +7
-11
lines changed
gradle-plugin/src/test/kotlin/tech/mappie/testing
maven-plugin/src/test/kotlin/tech/mappie/testing Expand file tree Collapse file tree 5 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ abstract class TestBase {
2626
2727 protected open val gradleVersion: String? = null
2828
29- protected open val kotlinVersion = " 2.2.20 "
29+ protected open val kotlinVersion = " 2.2.21 "
3030
3131 private lateinit var settings: SettingsGradleBuilder
3232
Original file line number Diff line number Diff line change 1- version =2.2.20 -1.6.1
1+ version =2.2.21 -1.6.1
22
33org.gradle.configuration-cache =true
44org.gradle.configuration-cache.parallel =true
55org.gradle.caching =true
6- org.gradle.jvmargs =-Xmx2048M -XX:MaxMetaspaceSize=512m
7- org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
8- org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
9-
10- # kotlin.js.yarn=false
6+ org.gradle.jvmargs =-Xmx2048M -XX:MaxMetaspaceSize =512m
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 2.2.20 "
2+ kotlin = " 2.2.21 "
33
44[libraries ]
55kotlin-compiler-embeddable = { module = " org.jetbrains.kotlin:kotlin-compiler-embeddable" , version.ref = " kotlin" }
66kotlin-multiplatform-gradle-plugin = { module = " org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin" , version.ref = " kotlin" }
77kotlin-jvm-gradle-plugin = { module = " org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin" , version.ref = " kotlin" }
88kotlin-maven-plugin = { module = " org.jetbrains.kotlin:kotlin-maven-plugin" , version.ref = " kotlin" }
99kotlin-gradle-plugin = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" }
10- dokka-gradle-plugin = { module = " org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin" , version = " 2.0 .0" }
10+ dokka-gradle-plugin = { module = " org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin" , version = " 2.1 .0" }
1111classgraph = { module = " io.github.classgraph:classgraph" , version = " 4.8.184" }
1212okio = { module = " com.squareup.okio:okio" , version = " 3.16.1" }
1313assertj-core = { module = " org.assertj:assertj-core" , version = " 3.27.6" }
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ abstract class MavenTestBase {
3131
3232 private lateinit var request: InvocationRequest
3333
34- protected open val kotlinVersion = " 2.2.20 "
34+ protected open val kotlinVersion = " 2.2.21 "
3535
3636 @BeforeEach
3737 fun setup () {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: "Changelog"
33layout : " layouts/changelog.html"
44changelog :
55 - date : " 2025-10-24"
6- title : " v2.2.20 -1.6.1"
6+ title : " v2.2.21 -1.6.1"
77 items :
88 - " [#290](https://github.com/Mr-Mappie/mappie/issues/290) Fix IndexOutOfBoundsException with generic target type."
99 - date : " 2025-10-12"
You can’t perform that action at this time.
0 commit comments