Skip to content

Commit

Permalink
[Oztechan/CCC#3329] Get rid of gradle enterprise plugin and activate …
Browse files Browse the repository at this point in the history
…build scan in CI
  • Loading branch information
mustafaozhan committed Apr 15, 2024
1 parent ea0d6a0 commit fcc755b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
uses: gradle/actions/[email protected]
with:
arguments: build
build-scan-publish: true
build-scan-terms-of-use-url: "https://gradle.com/help/legal-terms-of-use"
build-scan-terms-of-use-agree: "yes"

- name: Notify slack fail
if: failure()
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
uses: gradle/actions/[email protected]
with:
arguments: publish
build-scan-publish: true
build-scan-terms-of-use-url: "https://gradle.com/help/legal-terms-of-use"
build-scan-terms-of-use-agree: "yes"
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
Expand Down
16 changes: 0 additions & 16 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,6 @@ pluginManagement {
}
}

plugins {
id("com.gradle.enterprise") version "3.17.1"
}

develocity.buildScan {
termsOfUseUrl.set("https://gradle.com/help/legal-terms-of-use")
termsOfUseAgree.set("yes")
publishing.onlyIf { true }

obfuscation {
username { null }
hostname { null }
ipAddresses { null }
}
}

include(":basemob")

rootProject.name = "BaseMob"
Expand Down

0 comments on commit fcc755b

Please sign in to comment.