File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
preflight-core/preflight-gradle-plugin Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments