Reformated build.gradles

This commit is contained in:
Anthony Cicchetti 2018-08-03 23:38:41 -04:00
parent a88dee6c95
commit e46b824638
4 changed files with 78 additions and 75 deletions

View file

@ -9,11 +9,14 @@ buildscript {
}
}
plugins {
id 'java-library'
id 'kotlin'
}
group 'online.anthonycicchetti'
version '0.1.0'
apply plugin: 'java-library'
apply plugin: 'kotlin'
repositories {
mavenCentral()

View file

@ -12,9 +12,9 @@ buildscript {
plugins {
id "us.kirchmeier.capsule" version '1.0.2'
id 'application'
id 'kotlin'
}
apply plugin: 'kotlin'
group 'online.anthonycicchetti'
version '0.1.0'