mirror of
				https://github.com/GayPizzaSpecifications/foundation.git
				synced 2025-11-04 11:39:39 +00:00 
			
		
		
		
	Fix Concrete usage.
This commit is contained in:
		@ -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?
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user