Skip to content

Commit da64e93

Browse files
committed
build: add java and eclipse libraries to gradle build file
1 parent 1586f31 commit da64e93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
plugins {
99
// Apply the java-library plugin for API and implementation separation.
1010
`java-library`
11+
`java`
12+
`eclipse`
1113
}
1214

1315
repositories {

0 commit comments

Comments
 (0)