Skip to content

Commit

Permalink
More updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlameDuck committed Apr 8, 2024
1 parent 1f5f182 commit 00d8430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
jacoco
id("org.sonarqube") version "3.5.0.2730"
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
}

jacoco {
Expand Down
6 changes: 1 addition & 5 deletions client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ java {
withSourcesJar()
}


repositories {
mavenCentral()
}


dependencies {
implementation("org.projectlombok:lombok:1.18.32")
annotationProcessor("org.projectlombok:lombok:1.18.32")
Expand Down Expand Up @@ -54,6 +52,7 @@ publishing {
from(components["java"])
groupId = "dk.acto"
artifactId = "fafnir-client"
version = project.parent?.version as String

pom {
name.set("Fafnir SSO Client")
Expand Down Expand Up @@ -98,9 +97,6 @@ publishing {
}

signing {
requireNotNull(project.version)
val x = project.version as String
require(!x.endsWith("-SNAPSHOT"))
useInMemoryPgpKeys(findProperty("signingKey") as String?, "")
sign(publishing.publications["mavenJava"])
}
Expand Down

0 comments on commit 00d8430

Please sign in to comment.