Skip to content

Commit

Permalink
feat: merge micronaut starter with java-library-template
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmut-co-uk committed Jan 11, 2024
1 parent 49c3402 commit f5822a5
Show file tree
Hide file tree
Showing 18 changed files with 164 additions and 567 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/1.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,31 +46,6 @@ jobs:
uses: ./.github/workflows/callable.integration-test.yml
needs: build

gradle_release:
name: Create release
uses: ./.github/workflows/callable.gradle-release.yml
secrets: inherit
with:
type: ${{ inputs.type }}
needs: integration_test
if: |
github.event_name == 'workflow_dispatch'
&& inputs.type != '...no release'
publish_sonatype:
name: Publish artifact (Maven Central)
uses: ./.github/workflows/callable.publish-sonatype.yml
secrets: inherit
needs: integration_test
if: |
(
github.event_name != 'workflow_dispatch'
|| inputs.type == '...no release'
) && (
github.ref == 'refs/heads/main'
|| github.ref_type == 'tag'
)
publish_javadoc:
name: Publish javadoc (GitHub Pages)
permissions:
Expand Down
76 changes: 0 additions & 76 deletions .github/workflows/callable.gradle-release.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/callable.publish-sonatype.yml

This file was deleted.

Loading

0 comments on commit f5822a5

Please sign in to comment.