Skip to content

Commit 10bf67e

Browse files
committed
add generated stuff
1 parent 9934e5a commit 10bf67e

18 files changed

+1073
-0
lines changed

build.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ plugins {
1313

1414
group = providers.gradleProperty("pluginGroup").get()
1515
version = providers.gradleProperty("pluginVersion").get()
16+
sourceSets {
17+
main {
18+
java {
19+
srcDirs("src/main/java", "src/main/gen")
20+
}
21+
}
22+
}
1623

1724
// Set the JVM language level used to build the project.
1825
kotlin {

0 commit comments

Comments
 (0)