Reformated build.gradles
This commit is contained in:
parent
a88dee6c95
commit
e46b824638
4 changed files with 78 additions and 75 deletions
|
@ -9,11 +9,14 @@ buildscript {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
plugins {
|
||||||
|
id 'java-library'
|
||||||
|
id 'kotlin'
|
||||||
|
}
|
||||||
|
|
||||||
group 'online.anthonycicchetti'
|
group 'online.anthonycicchetti'
|
||||||
version '0.1.0'
|
version '0.1.0'
|
||||||
|
|
||||||
apply plugin: 'java-library'
|
|
||||||
apply plugin: 'kotlin'
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
|
@ -12,9 +12,9 @@ buildscript {
|
||||||
plugins {
|
plugins {
|
||||||
id "us.kirchmeier.capsule" version '1.0.2'
|
id "us.kirchmeier.capsule" version '1.0.2'
|
||||||
id 'application'
|
id 'application'
|
||||||
|
id 'kotlin'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'kotlin'
|
|
||||||
|
|
||||||
group 'online.anthonycicchetti'
|
group 'online.anthonycicchetti'
|
||||||
version '0.1.0'
|
version '0.1.0'
|
||||||
|
|
Loading…
Add table
Reference in a new issue