Initial Commit
This commit is contained in:
23
testproject/build.gradle
Normal file
23
testproject/build.gradle
Normal file
@@ -0,0 +1,23 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'dev.firstdark.dopple'
|
||||
}
|
||||
|
||||
group = 'dev.firstdark.dople'
|
||||
version = '1.0.0'
|
||||
|
||||
dopple {
|
||||
serviceToken.set("TOKEN HERE")
|
||||
}
|
||||
|
||||
project.afterEvaluate {
|
||||
println(dopple.get("CLIENT_SECRET"))
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user