build: merge shadow jar access wideners
This commit is contained in:
@@ -3,25 +3,27 @@
|
||||
// SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "2.1.0"
|
||||
`kotlin-dsl`
|
||||
kotlin("jvm") version "2.1.0"
|
||||
`kotlin-dsl`
|
||||
}
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
name = "jitpack"
|
||||
url = uri("https://jitpack.io")
|
||||
}
|
||||
mavenCentral()
|
||||
maven {
|
||||
name = "jitpack"
|
||||
url = uri("https://jitpack.io")
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
implementation("com.github.romangraef:neaslicenseextractificator:1.1.0")
|
||||
implementation("com.google.code.gson:gson:2.10.1")
|
||||
implementation("com.github.romangraef:neaslicenseextractificator:1.1.0")
|
||||
api("com.gradleup.shadow:shadow-gradle-plugin:9.0.0-rc1")
|
||||
implementation("net.fabricmc:access-widener:2.1.0")
|
||||
implementation("com.google.code.gson:gson:2.10.1")
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
kotlin {
|
||||
srcDir(file("src"))
|
||||
}
|
||||
}
|
||||
main {
|
||||
kotlin {
|
||||
srcDir(file("src"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user