File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ jobs:
215
215
env :
216
216
NEXUS_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
217
217
NEXUS_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
218
- run : ${GRADLE_EXEC} :block-node-protobuf-sources:releaseMavenCentral -PpublishingPackageGroup=org.hiero.block - PpublishSigningEnabled=true --scan --no-configuration-cache
218
+ run : ./gradlew publishAggregationToCentralPortal - PpublishSigningEnabled=true
219
219
220
220
publish-simulator :
221
221
timeout-minutes : 30
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: Apache-2.0
2
2
plugins {
3
+ id(" org.hiero.gradle.feature.publish-maven-central-aggregation" )
3
4
id(" org.hiero.gradle.report.code-coverage" )
4
5
id(" org.hiero.gradle.check.spotless" )
5
6
id(" org.hiero.gradle.check.spotless-kotlin" )
6
7
}
7
8
8
9
dependencies {
10
+ published(project(" :block-node-protobuf-sources" ))
11
+
9
12
implementation(project(" :block-node-app" ))
10
13
implementation(project(" :simulator" ))
11
14
implementation(project(" :suites" ))
You can’t perform that action at this time.
0 commit comments