Skip to content

Commit

Permalink
Test publication to new sonatype host
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Feb 23, 2024
1 parent 7679b01 commit c6429f1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
description = "This library is an extension to the great jOOλ library"

buildscript {
repositories {
maven {
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
}
}
dependencies {
classpath("com.bakdata.gradle:sonatype:1.1.18-SNAPSHOT")
}
}

plugins {
`java-library`
id("net.researchgate.release") version "3.0.2"
id("com.bakdata.sonar") version "1.1.17"
id("com.bakdata.sonatype") version "1.1.14"
id("org.hildan.github.changelog") version "2.2.0"
id("io.freefair.lombok") version "8.4"
}

apply(plugin = "com.bakdata.sonatype")

allprojects {
group = "com.bakdata.${rootProject.name}"

Expand Down

0 comments on commit c6429f1

Please sign in to comment.