Skip to content

Commit

Permalink
chore: Don't forget the OGs
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Dec 10, 2023
1 parent 2ff77ad commit d4f128a
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ indra {
minimumToolchain(17)
}

// publishSnapshotsTo("xpdustry", "https://maven.xpdustry.com/snapshots")
// publishReleasesTo("xpdustry", "https://maven.xpdustry.com/releases")

// The license of your project, kyori has already functions for the most common licenses
// such as gpl3OnlyLicense() for GPLv3, apache2License() for Apache 2.0, etc.
// You can still specify your own license using the license { } builder function.
Expand All @@ -103,6 +100,20 @@ indra {
name.set("xpdustry")
url.set("https://www.xpdustry.com")
}

developers {
developer {
id.set("Phinner")
}

developer {
id.set("QmelZ")
}

developer {
id.set("Cat700")
}
}
}
}
}
Expand Down

1 comment on commit d4f128a

@JasonP01
Copy link

@JasonP01 JasonP01 commented on d4f128a Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Who the heck is QmelZ and Cat700 - didnt read repo name rip

Please sign in to comment.