Skip to content

Commit 7d9adf9

Browse files
committed
publish runtime to orbital maven repo, and removing shading which didn't seem to work.
1 parent e410209 commit 7d9adf9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: echo "GPG key loaded"
3232

3333
- name: Build and publish
34-
run: ./gradlew build :preflight-core:preflight-gradle-plugin:publishPlugins
34+
run: ./gradlew build :preflight-core:preflight-gradle-plugin:publishPlugins :preflight-core:preflight-runtime:publishMavenPublicationToOrbitalRepository
3535
env:
3636
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
3737
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}

preflight-core/preflight-gradle-plugin/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ tasks.shadowJar {
5454
include(project(":preflight-runtime"))
5555
include(dependency("org.taxilang:.*"))
5656
include(dependency("com.orbitalhq:.*"))
57-
include(dependency("com.orbitalhq.preflight:.*"))
5857
}
5958
}
6059

0 commit comments

Comments
 (0)