Skip to content

Commit c75e780

Browse files
committed
update to Kotlin 1.6.20
1 parent 053af60 commit c75e780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/compiler-plugin/gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ publishing {
3232
maven(MavenPublication) {
3333
groupId = 'de.jensklingenberg'
3434
artifactId = 'compiler.gradleplugin.helloworld'
35-
version = '0.0.1'
35+
version = '1.0.0'
3636

3737
from components.java
3838
}

0 commit comments

Comments
 (0)