Skip to content

Commit ec3c215

Browse files
committed
feat: bump base version to 0.1.13 and remove Javadoc jar task
1 parent 174c595 commit ec3c215

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
kotlin.code.style=official
22
group=io.github.eventhorizonlab
3-
baseVersion=0.1.12
3+
baseVersion=0.1.13
44
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8

modules/processor/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ java {
77
languageVersion = JavaLanguageVersion.of(24)
88
}
99
withSourcesJar()
10-
withJavadocJar()
1110
}
1211

1312

0 commit comments

Comments
 (0)