Skip to content

Commit

Permalink
0.6.24 Released - Fix kill java processes task
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslanjaka committed Oct 14, 2020
1 parent a988e44 commit e73f201
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ allprojects {
}
```

### On Android Project Set Below
### On Android Project Set Below (optional)
```
android.defaultConfig.javaCompileOptions.annotationProcessorOptions.includeCompileClasspath = true
//android.defaultConfig.javaCompileOptions.annotationProcessorOptions.includeCompileClasspath = true
android {
// other configurations
packagingOptions {
Expand All @@ -57,7 +57,7 @@ android {
}
```

### If you want automated in all of your project, put these codes in `~/.gradle/init.d/offline.gradle`
### If you want automated in all of your project, put these codes in `~/.gradle/init.d/offline.gradle` (Not recommended)
```gradle
// init.d script for all project initializer
initscript {
Expand Down

0 comments on commit e73f201

Please sign in to comment.