Rename to build-src

This commit is contained in:
Ryder Belserion 2023-02-28 01:23:47 -05:00
parent c1a9f79317
commit 9085d6dda4
No known key found for this signature in database
GPG Key ID: 8FC2E6C54BBF05FE
7 changed files with 19 additions and 2 deletions

View File

@ -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/")

View File

@ -1,7 +1,7 @@
@file:Suppress("UnstableApiUsage")
dependencyResolutionManagement {
includeBuild("build-logic")
includeBuild("build-src")
versionCatalogs {
create("settings") {