Skip to content

Commit

Permalink
Merge pull request #733 from Netflix/feature/gradle-build
Browse files Browse the repository at this point in the history
Tune Gradle to make our builds much faster
  • Loading branch information
berngp committed Nov 12, 2021
2 parents 01240a4 + 9816263 commit 02ee569
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gradle.properties
Expand Up @@ -14,4 +14,9 @@
# limitations under the License.
#
systemProp.nebula.features.coreBomSupport=true
kotlin.code.style=official
kotlin.code.style=official

org.gradle.caching = true
org.gradle.parallel = true
# org.gradle.configureondemand = true
org.gradle.vfs.watch = true

0 comments on commit 02ee569

Please sign in to comment.