Skip to content

Commit

Permalink
Populate pom
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Feb 12, 2024
1 parent 4297db3 commit 562d3a7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import org.incendo.cloudbuildlogic.jmp

plugins {
val indraVer = "3.1.3"
id("net.kyori.indra") version indraVer
id("net.kyori.indra.checkstyle") version indraVer
id("net.kyori.indra.publishing") version indraVer
id("org.incendo.cloud-build-logic") version "0.0.12" apply false
}

allprojects {
Expand All @@ -17,6 +20,30 @@ allprojects {

publishSnapshotsTo("paperSnapshots", "https://repo.papermc.io/repository/maven-snapshots/")
publishReleasesTo("paperReleases", "https://repo.papermc.io/repository/maven-releases/")

apache2License()

github("PaperMC", "asm-utils") {
ci(true)
}

configurePublications {
pom {
developers {
jmp()
developer {
id = "Machine-Maker"
name = "Jake Potrebic"
url = "https://github.com/Machine-Maker"
}
developer {
id = "kennytv"
name = "Nassim Jahnke"
url = "https://github.com/kennytv"
}
}
}
}
}

repositories {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# project meta
group=io.papermc
version=0.0.1-SNAPSHOT
description=Shared ASM utilities for PaperMC projects

# gradle options
org.gradle.caching=true
Expand Down

0 comments on commit 562d3a7

Please sign in to comment.