mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 21:20:55 +00:00
Fix Concrete usage.
This commit is contained in:
parent
7289e5cb9f
commit
85b567f399
@ -23,8 +23,6 @@ version = "0.2"
|
||||
subprojects {
|
||||
plugins.apply("org.jetbrains.kotlin.jvm")
|
||||
plugins.apply("org.jetbrains.kotlin.plugin.serialization")
|
||||
plugins.apply("com.github.johnrengelman.shadow")
|
||||
plugins.apply("gay.pizza.foundation.concrete-plugin")
|
||||
|
||||
group = "gay.pizza.foundation"
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
plugins {
|
||||
id("gay.pizza.foundation.concrete-plugin") version "0.7.0"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("net.dv8tion:JDA:5.0.0-alpha.2") {
|
||||
exclude(module = "opus-java")
|
||||
|
@ -1,3 +1,7 @@
|
||||
plugins {
|
||||
id("gay.pizza.foundation.concrete-plugin") version "0.7.0"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(project(":foundation-core"))
|
||||
}
|
||||
|
@ -1,3 +1,7 @@
|
||||
plugins {
|
||||
id("gay.pizza.foundation.concrete-plugin") version "0.7.0"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// TODO: might be able to ship all dependencies in core? are we duplicating classes in JARs?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user