File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111 build :
12- uses : ome/action-workflows/.github/workflows/gradle_build.yml@v2.1
12+ uses : ome/action-workflows/.github/workflows/gradle_build.yml@main
1313 publish_snapshots :
1414 if : ${{ github.ref == 'refs/heads/master' && github.repository_owner == 'ome' }}
1515 needs : build
16- uses : ome/action-workflows/.github/workflows/gradle_publish.yml@v2.1
16+ uses : ome/action-workflows/.github/workflows/gradle_publish.yml@main
1717 with :
1818 ARTIFACTORY_URL : " snapshots"
1919 secrets :
2222 publish :
2323 needs : build
2424 if : startsWith(github.ref, 'refs/tags') && github.repository_owner == 'ome'
25- uses : ome/action-workflows/.github/workflows/gradle_publish.yml@v2.1
25+ uses : ome/action-workflows/.github/workflows/gradle_publish.yml@main
2626 with :
2727 ARTIFACTORY_URL : " releases"
2828 secrets :
Original file line number Diff line number Diff line change 11plugins {
22 id " groovy"
3- id " org.openmicroscopy.plugin-project" version " 5.5 .1"
3+ id " org.openmicroscopy.plugin-project" version " 5.7 .1"
44}
55
66group = " org.openmicroscopy"
You can’t perform that action at this time.
0 commit comments