File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed
Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 77# To get a newer version, you will need to update the SHA.
88# You can also reference a tag or branch, but the action may change without warning.
99
10- # taken from: https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-gradle
11- # and extended using https://selectfrom.dev/using-github-actions-to-automatically-publish-gradle-build-artifacts-d71c915cfa4
1210name : Publish package to the Maven Central Repository
1311on :
14- push :
15- branches : [ "main" ]
12+ # push:
13+ # branches: [ "main" ]
1614 release :
1715 types : [published]
1816jobs :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ authors:
1313 - family-names : " Zielesny"
1414 given-names : " Achim"
1515 orcid : " https://orcid.org/0000-0003-0722-4229"
16- date-released : 2025-11-13
16+ date-released : 2025-11-14
1717doi : " 10.5281/zenodo.8075213"
1818url : " https://github.com/JonasSchaub/ART2a-Clustering-for-Java"
1919license : MIT
Original file line number Diff line number Diff line change 66[ ![ GitHub issues] ( https://img.shields.io/github/issues/JonasSchaub/ART2a-Clustering-for-Java.svg )] ( https://GitHub.com/JonasSchaub/ART2a-Clustering-for-Java/issues/ )
77[ ![ GitHub contributors] ( https://img.shields.io/github/contributors/JonasSchaub/ART2a-Clustering-for-Java.svg )] ( https://GitHub.com/JonasSchaub/ART2a-Clustering-for-Java/graphs/contributors/ )
88[ ![ GitHub release] ( https://img.shields.io/github/release/JonasSchaub/ART2a-Clustering-for-Java.svg )] ( https://github.com/JonasSchaub/ART2a-Clustering-for-Java/releases/ )
9- [ ![ Maven Central] ( https://maven-badges.herokuapp.com /maven-central/io.github.jonasschaub/ART2a-Clustering-for-Java/badge.svg )] ( https://maven-badges.herokuapp .com/maven-central /io.github.jonasschaub/ART2a-Clustering-for-Java )
9+ [ ![ Maven Central Version ] ( https://img.shields.io /maven-central/v/ io.github.jonasschaub/ART2a-Clustering-for-Java )] ( https://central.sonatype .com/artifact /io.github.jonasschaub/ART2a-Clustering-for-Java )
1010[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=JonasSchaub_ART2a-Clustering-for-Java&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=JonasSchaub_ART2a-Clustering-for-Java )
1111# ART2a-Clustering-for-Java
1212Implementation of the ART 2-A clustering algorithm in Java.
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ sonar {
124124}*/
125125
126126mavenPublishing {
127- publishToMavenCentral(true , false ) // automaticRelease = true , validateDeployment = false
127+ publishToMavenCentral(false , false ) // automaticRelease = false , validateDeployment = false
128128
129129 signAllPublications()
130130
You can’t perform that action at this time.
0 commit comments