This commit is contained in:
Amith Koujalgi
2023-12-20 01:18:30 +05:30
parent 2e34a1514c
commit ea64fc4677
2 changed files with 12 additions and 4 deletions

View File

@@ -5,4 +5,9 @@ ut:
mvn clean test -Punit-tests
it:
mvn clean verify -Pintegration-tests
mvn clean verify -Pintegration-tests
list-releases:
curl 'https://central.sonatype.com/api/internal/browse/component/versions?sortField=normalizedVersion&sortDirection=asc&page=0&size=12&filter=namespace%3Aio.github.amithkoujalgi%2Cname%3Aollama4j' \
--compressed \
--silent | jq '.components[].version'