Skip to content

Commit

Permalink
Remove unused com.gradle.enterprise plugin (#3668)
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL authored Dec 15, 2023
1 parent d8efb35 commit 8208e5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
16 changes: 0 additions & 16 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,22 +82,6 @@ ext {
*/
}

// only publish scan if a specific gradle entreprise server is passed
// typically, for local usage, you would temporarily set the env with:
// `GRADLE_ENTERPRISE_URL=https://myge.example.com/ gradle foo`
if (System.getenv('GRADLE_ENTERPRISE_URL')) {
gradleEnterprise {
buildScan {
captureTaskInputFiles = true
obfuscation {
ipAddresses { addresses -> addresses.collect { '0.0.0.0' } }
}
publishAlways()
server = System.getenv('GRADLE_ENTERPRISE_URL')
}
}
}

nohttp {
source.exclude "docs/asciidoc/highlight/**"
source.exclude "**/build/reports/tests/**/*.html"
Expand Down
3 changes: 0 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
plugins {
id "com.gradle.enterprise" version "3.15.1"
}

rootProject.name = 'reactor'

Expand Down

0 comments on commit 8208e5c

Please sign in to comment.