mirror of
https://github.com/jie65535/gc-openpermission-plugin.git
synced 2024-07-27 19:05:04 +08:00
Initial commit
This commit is contained in:
20
build.gradle
Normal file
20
build.gradle
Normal file
@@ -0,0 +1,20 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
group 'com.github.jie65535.openpermission'
|
||||
version '1.0.0'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'lib', include: ['*.jar'])
|
||||
}
|
||||
|
||||
jar {
|
||||
jar.baseName = 'openpermission'
|
||||
|
||||
destinationDir = file(".")
|
||||
}
|
||||
Reference in New Issue
Block a user