Skip to content

Commit

Permalink
Add sources and javadoc to publication
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Feb 28, 2024
1 parent 26383de commit de80569
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
buildscript {
repositories {
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots")
}
dependencies {
classpath("com.bakdata.gradle:sonatype:1.2.2-SNAPSHOT")
}
}

plugins {
// release
id("net.researchgate.release") version "3.0.2"
id("com.bakdata.sonar") version "1.1.17"
id("com.bakdata.sonar") version "1.2.2"
id("org.hildan.github.changelog") version "2.2.0"
id("io.freefair.lombok") version "8.4" apply false
}

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

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

Expand Down

0 comments on commit de80569

Please sign in to comment.