File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ native-image. The plugin will take care of configuring most common build tasks,
12
12
13
13
* Maven central publishing for artifacts & Container image (` Jib ` ) of Kotlin/Java projects
14
14
* Custom repo (` GHCR ` ) for artifacts and container images
15
- * Code coverage supporting JVM, Kotlin Multiplatform projects.
15
+ * Code coverage supporting JVM, Kotlin Multiplatform projects
16
16
* Project Versioning (` SemVer ` ) based on Git tags
17
- * Code Formatting to enforce consistent code style
17
+ * Code Formatting to enforce a consistent code style
18
18
* Artifact Signing
19
19
* Java/Kotlin Toolchains configuration
20
20
* Target platforms (` JVM ` , ` JS ` , ` WASM ` , ` Native ` ) configuration
@@ -27,7 +27,7 @@ native-image. The plugin will take care of configuring most common build tasks,
27
27
* Deprecated API scanning (using ` jdeprscan ` )
28
28
* Builds truly executable JAR files
29
29
* Build config generation
30
- * Version catalog to control artifact versions and build configurations.
30
+ * Version catalog to control artifact versions and build configurations
31
31
* Automatic configuration of essential dependencies such as:
32
32
* ` kotlinx-datetime `
33
33
* ` kotlinx-coroutines `
You can’t perform that action at this time.
0 commit comments