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 1126d25
Show file tree
Hide file tree
Showing 44 changed files with 215 additions and 1,514 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: /hiero-dependency-versions
schedule:
interval: "weekly"
interval: weekly

- package-ecosystem: gradle
directory: /
schedule:
interval: weekly
18 changes: 2 additions & 16 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
##
# Copyright (C) 2024 Hedera Hashgraph, LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
##
# SPDX-License-Identifier: Apache-2.0
name: "PR Gradle Checks"
on:
push:
Expand Down Expand Up @@ -78,7 +64,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 1126d25

Please sign in to comment.