Skip to content

Commit

Permalink
Switch to new nexus-publish plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jun 20, 2021
1 parent e25127d commit 73047e4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import java.time.Duration
import java.time.OffsetDateTime
import java.time.format.DateTimeFormatter

Expand All @@ -11,7 +10,7 @@ plugins {
id("biz.aQute.bnd.builder") version "5.3.0"
id("net.nemerosa.versioning") version "2.14.0"
id("org.ajoberstar.git-publish") version "3.0.0"
id("de.marcphilipp.nexus-publish") version "0.4.0"
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
}

val buildTimeAndDate = OffsetDateTime.now()
Expand Down Expand Up @@ -163,8 +162,6 @@ if (!isSnapshot) {
}

nexusPublishing {
connectTimeout.set(Duration.ofMinutes(2))
clientTimeout.set(Duration.ofMinutes(2))
packageGroup.set(group.toString())
repositories {
sonatype()
Expand Down

0 comments on commit 73047e4

Please sign in to comment.