mirror of
https://github.com/SimplexDevelopment/FreedomNetworkSuite.git
synced 2025-06-26 19:44:27 +00:00
Upgrades
This commit is contained in:
@ -10,12 +10,16 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly project(":Commons")
|
||||
compileOnly project(":Patchwork")
|
||||
compileOnly "com.discord4j:discord4j-core:3.2.3"
|
||||
compileOnly "com.discord4j:discord4j-commons:3.2.3"
|
||||
|
||||
testImplementation platform('org.junit:junit-bom:5.9.1')
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter'
|
||||
}
|
||||
|
||||
var weight = 2
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
8
Datura/src/main/resources/plugin.yml
Normal file
8
Datura/src/main/resources/plugin.yml
Normal file
@ -0,0 +1,8 @@
|
||||
name: Datura
|
||||
main: me.totalfreedom.datura.Datura
|
||||
version: 1.0.0
|
||||
author: TotalFreedom
|
||||
description: Data Manager for the Freedom Network Suite
|
||||
libraries:
|
||||
- com.discord4j:discord4j-core:3.2.3
|
||||
- com.discord4j:discord4j-commons:3.2.3
|
Reference in New Issue
Block a user