Import sources
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'project-report'
|
||||
|
||||
group = 'com.ibtp'
|
||||
version = '0.0.1-SNAPSHOT'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = '5.2'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user