Skip to content

Commit

Permalink
Remove develocity plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Dec 26, 2024
1 parent a9b4f9e commit a982aac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Build and run tests
run: |
./gradlew build --no-daemon --scan -PcpythonActivated=true
./gradlew build --no-daemon -PcpythonActivated=true
- name: Run Detekt
run: |
Expand Down
15 changes: 0 additions & 15 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,3 @@ pluginManagement {
}
}
}

plugins {
id("com.gradle.develocity") version ("3.19")
}

develocity {
buildScan {
// Accept the term of use for the build scan plugin:
termsOfUseUrl.set("https://gradle.com/help/legal-terms-of-use")
termsOfUseAgree.set("yes")

// Publish build scans on-demand, when `--scan` option is provided:
publishing.onlyIf { false }
}
}

0 comments on commit a982aac

Please sign in to comment.