Skip to content

Commit

Permalink
Fix CI error: Cannot run program "protoc": error=2, No such file or d…
Browse files Browse the repository at this point in the history
…irectory
  • Loading branch information
johnsonlee committed Apr 29, 2019
1 parent b0e6167 commit 60c52cd
Show file tree
Hide file tree
Showing 8 changed files with 38,025 additions and 820 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The plugin can be added to the buildscript classpath and applied:

```groovy
buildscript {
ext.booster_version = '0.1.3'
ext.booster_version = '0.1.4'
repositories {
google()
mavenCentral()
Expand Down
25 changes: 0 additions & 25 deletions booster-aapt2/build.gradle
Original file line number Diff line number Diff line change
@@ -1,29 +1,4 @@
buildscript {
repositories {
google()
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.8'
}
}

apply from: '../gradle/booster.gradle'
apply plugin: 'com.google.protobuf'

sourceSets {
main {
proto {
srcDirs += ['src/main/proto']
}
}
test {
proto {
srcDirs += ['src/main/proto']
}
}
}

dependencies {
compile 'com.google.protobuf:protobuf-java:3.7.0-rc1'
Expand Down
Loading

0 comments on commit 60c52cd

Please sign in to comment.