Skip to content

Commit 1486b27

Browse files
committed
Add sources to maven build
1 parent a90ee83 commit 1486b27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ idea {
157157
downloadJavadoc = true
158158
}
159159
}
160-
160+
java {
161+
withSourcesJar() // <- generates sources JAR
162+
}
161163
repositories {
162164
maven {
163165
// location of the maven that hosts JEI files since January 2023

0 commit comments

Comments
 (0)