mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-10 10:10:22 +01:00
Rename to build-src
This commit is contained in:
parent
c1a9f79317
commit
9085d6dda4
@ -2,12 +2,29 @@ import task.ReleaseWebhook
|
||||
import task.WebhookExtension
|
||||
|
||||
plugins {
|
||||
id("crazyauctions.base-plugin")
|
||||
`java-library`
|
||||
|
||||
`maven-publish`
|
||||
|
||||
id("com.github.hierynomus.license")
|
||||
|
||||
id("com.github.johnrengelman.shadow")
|
||||
}
|
||||
|
||||
license {
|
||||
header = rootProject.file("LICENSE")
|
||||
encoding = "UTF-8"
|
||||
|
||||
mapping("java", "JAVADOC_STYLE")
|
||||
|
||||
include("**/*.java")
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven("https://repo.triumphteam.dev/snapshots/")
|
||||
|
||||
maven("https://repo.crazycrew.us/libraries/")
|
||||
|
||||
maven("https://repo.crazycrew.us/plugins/")
|
||||
|
||||
maven("https://libraries.minecraft.net/")
|
@ -1,7 +1,7 @@
|
||||
@file:Suppress("UnstableApiUsage")
|
||||
|
||||
dependencyResolutionManagement {
|
||||
includeBuild("build-logic")
|
||||
includeBuild("build-src")
|
||||
|
||||
versionCatalogs {
|
||||
create("settings") {
|
||||
|
Loading…
Reference in New Issue
Block a user