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
and [others](https://github.com/driver733/gradle-kotlin-setup-plugin/blob/master/src/main/kotlin/com/driver733/gradle-kotlin-setup-plugin.gradle.kts)
24
27
3. Configures `kotlinOptions.jvmTarget` to match the `JavaPlugin.sourceCompatibility`
25
28
4. Resolves the Kotlin's [incompatibility](https://stackoverflow.com/a/35530223/2441104) with Lombok by delomboking
26
29
the project's java source code and pointing the `JavaPlugin` compile tasks to the delomboked source code files.
@@ -45,7 +48,7 @@ Add this to your project's `build.gradle`:
45
48
46
49
```
47
50
plugins {
48
-
id "com.driver733.gradle-kotlin-setup-plugin" version "4.0.0"
51
+
id "com.driver733.gradle-kotlin-setup-plugin" version "4.1.0"
49
52
}
50
53
```
51
54
@@ -55,7 +58,7 @@ Add this to your project's `build.gradle.kts`:
55
58
56
59
```
57
60
plugins {
58
-
id("com.driver733.gradle-kotlin-setup-plugin") version "4.0.0"
61
+
id("com.driver733.gradle-kotlin-setup-plugin") version "4.1.0"
0 commit comments