Skip to content

Commit

Permalink
build: use common Gradle config
Browse files Browse the repository at this point in the history
Signed-off-by: Jendrik Johannes <[email protected]>
  • Loading branch information
jjohannes committed Dec 11, 2024
1 parent b0270c1 commit 17a484d
Show file tree
Hide file tree
Showing 44 changed files with 214 additions and 1,499 deletions.
11 changes: 8 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ updates:
schedule:
interval: daily

- package-ecosystem: "gradle"
directory: "/"
- package-ecosystem: gradle
directory: /hedera-dependency-versions
schedule:
interval: "weekly"
interval: weekly

- package-ecosystem: gradle
directory: /
schedule:
interval: weekly
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Style Check
id: spotless-check
run: ${GRADLE_EXEC} spotlessCheck
run: ${GRADLE_EXEC} qualityCheck

- name: Unit Tests
id: unit-tests
Expand Down
19 changes: 0 additions & 19 deletions build.gradle.kts

This file was deleted.

34 changes: 0 additions & 34 deletions buildSrc/build.gradle.kts

This file was deleted.

83 changes: 0 additions & 83 deletions buildSrc/src/main/kotlin/Utils.kt

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions buildSrc/src/main/kotlin/com.hedera.block.common.gradle.kts

This file was deleted.

96 changes: 0 additions & 96 deletions buildSrc/src/main/kotlin/com.hedera.block.conventions.gradle.kts

This file was deleted.

Loading

0 comments on commit 17a484d

Please sign in to comment.