Skip to content

Commit

Permalink
test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
magx2 committed Apr 28, 2024
1 parent 7cd85c1 commit d5272d8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions protocol/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ dependencies {

sourceSets {
main {
java {
println("${project.buildDir}/generated/sources/annotationProcessor/java/main")
srcDirs += "${project.buildDir}/generated/sources/annotationProcessor/java/main"
}
java.srcDirs += "${project.buildDir}/generated/sources/annotationProcessor/java/main"
}
}

Expand Down

0 comments on commit d5272d8

Please sign in to comment.