File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed
Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Maven central workflow
2+
3+ on :
4+ push :
5+ pull_request :
6+ workflow_dispatch :
7+
8+ jobs :
9+ maven :
10+ uses : folio-org/.github/.github/workflows/maven.yml@v1.12
11+ # Only handle push events from the main branch or tags, to decrease PR noise
12+ if : github.ref_name == github.event.repository.default_branch || github.event_name != 'push' || github.ref_type == 'tag'
13+ secrets : inherit
14+ with :
15+ java-version : ' 21'
16+ publish-module-descriptor : true
17+ allow-snapshots-release : false
18+ do-sonar-scan : true
19+ do-docker : true
File renamed without changes.
Original file line number Diff line number Diff line change 8181* Improve Docker Compose setup for local development ([ MSEARCH-1090] ( https://folio-org.atlassian.net/browse/MSEARCH-1090 ) )
8282* Change spring-kafka-test scope from compile to test ([ MSEARCH-1148] ( https://folio-org.atlassian.net/browse/MSEARCH-1148 ) )
8383* Fix race condition in shouldIndexInstanceCallNumber\_ createNewDocument\_ onItemCreate ([ MSEARCH-1149] ( https://folio-org.atlassian.net/browse/MSEARCH-1149 ) )
84+ * Use GitHub Workflows for builds ([ MSEARCH-1158] ( https://folio-org.atlassian.net/browse/MSEARCH-1158 ) )
8485
8586### Dependencies
8687* Bump ` LIB_NAME ` from ` OLD_VERSION ` to ` NEW_VERSION `
You can’t perform that action at this time.
0 commit comments