Compare commits
No commits in common. "c2a13b4ca6e40e0046cff071dd6d098320ee31d9" and "c7770bce42fe68934c25bcda877aaed344ca81d5" have entirely different histories.
c2a13b4ca6
...
c7770bce42
2 changed files with 2 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
[](https://kotlinlang.org/)
|
||||
[](https://github.com/ethauvin/readingtime/releases/latest)
|
||||
[](https://search.maven.org/search?q=g:%22net.thauvin.erik%22%20AND%20a:%22readingtime%22)
|
||||
[](https://oss.sonatype.org/content/repositories/snapshots/net/thauvin/erik/readingtime/)
|
||||
[](https://oss.sonatype.org/content/repositories/snapshots/net/thauvin/erik/readingtime/)
|
||||
|
||||
|
||||
[](https://sonarcloud.io/dashboard?id=ethauvin_readingtime)
|
||||
|
|
|
@ -73,10 +73,7 @@ public class ReadingTimeBuild extends Project {
|
|||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 1)));
|
||||
|
||||
publishOperation()
|
||||
.repository(version.isSnapshot() ? repository(SONATYPE_SNAPSHOTS_LEGACY.location())
|
||||
.withCredentials(property("sonatype.user"), property("sonatype.password"))
|
||||
: repository(SONATYPE_RELEASES_LEGACY.location())
|
||||
.withCredentials(property("sonatype.user"), property("sonatype.password")))
|
||||
.repository(version.isSnapshot() ? SONATYPE_SNAPSHOTS_LEGACY : SONATYPE_RELEASES_LEGACY)
|
||||
.info()
|
||||
.groupId(pkg)
|
||||
.artifactId(name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue