Skip to content

Commit fa1300f

Browse files
committed
Fix missing source jar
1 parent 47e75fa commit fa1300f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55
kotlin("jvm")
66
id("com.github.gmazzo.buildconfig")
77
id("com.vanniktech.maven.publish.base")
8+
id("com.gradle.plugin-publish") version "1.2.1"
89
}
910

1011
kotlin {

0 commit comments

Comments
 (0)