Skip to content

Commit f5aee26

Browse files
committed
chore: set java build props
1 parent e3363b3 commit f5aee26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flipt-java/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ repositories {
1717
java {
1818
sourceCompatibility = 1.8
1919
targetCompatibility = 1.8
20+
withSourcesJar()
21+
withJavadocJar()
2022
}
2123

2224
dependencies {

0 commit comments

Comments
 (0)