Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Nov 13, 2024
1 parent 2a7c3d9 commit 98a648d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 142 deletions.
147 changes: 6 additions & 141 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ repositories {

sourceSets {
main {
java.srcDirs("gen")
java.srcDirs("src/main/gen")
resources.srcDir("resources")
}
}
Expand Down

0 comments on commit 98a648d

Please sign in to comment.