mirror of
https://github.com/jie65535/gc-openchat-plugin.git
synced 2025-12-15 18:31:33 +08:00
Initial commit
This commit is contained in:
11
build.gradle
11
build.gradle
@@ -3,17 +3,22 @@ plugins {
|
||||
}
|
||||
|
||||
group 'com.github.jie65535.openchat'
|
||||
version '1.0-SNAPSHOT'
|
||||
version 'dev-0.1.0'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
|
||||
implementation fileTree(dir: 'lib', include: ['*.jar'])
|
||||
}
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
jar {
|
||||
jar.baseName = 'openchat'
|
||||
|
||||
destinationDir = file(".")
|
||||
}
|
||||
Reference in New Issue
Block a user