Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: use common Hiero Gradle config #216

Merged
merged 18 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions .github/dependabot.yml
jjohannes marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: Apache-2.0
version: 2
updates:
- package-ecosystem: github-actions
Expand All @@ -11,7 +12,12 @@ updates:
schedule:
interval: daily

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

- package-ecosystem: gradle
directory: /
schedule:
interval: weekly
6 changes: 3 additions & 3 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ jobs:

- name: Build
id: gradle-build
run: ${GRADLE_EXEC} build
run: ${GRADLE_EXEC} assemble --scan
rbarkerSL marked this conversation as resolved.
Show resolved Hide resolved

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

- name: Unit Tests
id: unit-tests
run: ${GRADLE_EXEC} check
run: ${GRADLE_EXEC} check --scan

- name: Upload coverage report
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
Expand Down
4 changes: 0 additions & 4 deletions build.gradle.kts

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Loading
Loading