Skip to content

Commit 60c52cd

Browse files
committed
Fix CI error: Cannot run program "protoc": error=2, No such file or directory
1 parent b0e6167 commit 60c52cd

File tree

8 files changed

+38025
-820
lines changed

8 files changed

+38025
-820
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The plugin can be added to the buildscript classpath and applied:
5757

5858
```groovy
5959
buildscript {
60-
ext.booster_version = '0.1.3'
60+
ext.booster_version = '0.1.4'
6161
repositories {
6262
google()
6363
mavenCentral()

booster-aapt2/build.gradle

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,4 @@
1-
buildscript {
2-
repositories {
3-
google()
4-
mavenCentral()
5-
jcenter()
6-
}
7-
dependencies {
8-
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.8'
9-
}
10-
}
11-
121
apply from: '../gradle/booster.gradle'
13-
apply plugin: 'com.google.protobuf'
14-
15-
sourceSets {
16-
main {
17-
proto {
18-
srcDirs += ['src/main/proto']
19-
}
20-
}
21-
test {
22-
proto {
23-
srcDirs += ['src/main/proto']
24-
}
25-
}
26-
}
272

283
dependencies {
294
compile 'com.google.protobuf:protobuf-java:3.7.0-rc1'

0 commit comments

Comments
 (0)