mirror of
https://github.com/traccar/traccar.git
synced 2025-01-08 11:47:49 +08:00
Change generated source path
This commit is contained in:
parent
1f9d57f909
commit
e24fa43110
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ nbactions.xml
|
||||
.gradle
|
||||
out
|
||||
build
|
||||
src/main/java/org/traccar/protobuf
|
||||
|
@ -25,6 +25,7 @@ checkstyle {
|
||||
}
|
||||
|
||||
protobuf {
|
||||
generatedFilesBaseDir = "$projectDir/src"
|
||||
protoc {
|
||||
artifact = "com.google.protobuf:protoc:$protobufVersion"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user