Skip to content

Commit

Permalink
Removed everything related to nexus.
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-holdener committed Sep 20, 2023
1 parent d5522cb commit abd0073
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions micronautpi4j-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ plugins {
id 'maven-publish'
id 'signing'
id 'org.asciidoctor.jvm.convert' version '3.3.2'
id('io.github.gradle-nexus.publish-plugin') version '1.1.0'
}

group = 'io.github.oss-slu'
version = 'v1.0.0'

apply plugin: 'maven-publish'
apply plugin: 'io.github.gradle-nexus.publish-plugin'

repositories {
mavenCentral()
Expand Down Expand Up @@ -42,16 +40,6 @@ asciidoctor{
baseDirFollowsSourceDir()
}

nexusPublishing{
repositories {
sonatype{
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))

snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
}
}
}

ext.genOutputDir = file("$buildDir/generated-resources")

task generateVersionTxt() {
Expand Down

0 comments on commit abd0073

Please sign in to comment.