You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
7. and [others](https://github.com/driver733/gradle-kotlin-setup-plugin/blob/master/src/main/kotlin/com/driver733/gradle-kotlin-setup-plugin.gradle.kts)
16
+
1.`kotlin std lib` (added by the `kotlin-jvm` plugin)
8. and [others](https://github.com/driver733/gradle-kotlin-setup-plugin/blob/master/src/main/kotlin/com/driver733/gradle-kotlin-setup-plugin.gradle.kts)
23
24
3. Configures `kotlinOptions.jvmTarget` to match the `JavaPlugin.sourceCompatibility`
24
25
4. Resolves the Kotlin's [incompatibility](https://stackoverflow.com/a/35530223/2441104) with Lombok by delomboking
25
26
the project's java source code and pointing the `JavaPlugin` compile tasks to the delomboked source code files.
26
-
5. Configures the `test` Gradle task to use the `JUnit Platform` (aka JUnit 5).
27
27
28
28
## Distribution
29
29
@@ -45,7 +45,7 @@ Add this to your project's `build.gradle`:
45
45
46
46
```
47
47
plugins {
48
-
id "com.driver733.gradle-kotlin-setup-plugin" version "3.1.0"
48
+
id "com.driver733.gradle-kotlin-setup-plugin" version "4.0.0"
49
49
}
50
50
```
51
51
@@ -55,7 +55,7 @@ Add this to your project's `build.gradle.kts`:
55
55
56
56
```
57
57
plugins {
58
-
id("com.driver733.gradle-kotlin-setup-plugin") version "3.1.0"
58
+
id("com.driver733.gradle-kotlin-setup-plugin") version "4.0.0"
0 commit comments