Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
boomboompower committed Dec 22, 2020
1 parent eeb515b commit 96b64b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,13 @@ sourceSets {
//noinspection GroovyAssignabilityCheck
main {
// Hidden dev environment variables and credentials
// Not for public consumption.
java {
exclude '**/priv'
}
}
}

// Makes the "compile" configuration extend from the compile
// Makes the "compile" configuration extend from the provided
// configuration (this makes it inherit similar build properties)
configurations {
provided
Expand Down

0 comments on commit 96b64b9

Please sign in to comment.