Fixed a syntax error in gradle file.

This commit is contained in:
Clinton Alexander 2016-09-29 14:55:59 +01:00
parent 6a669b6aad
commit 3612bee6f7

View File

@ -1,7 +1,7 @@
apply plugin: 'kotlin'
apply plugin: QuasarPlugin
// Applying the maven plugin means this will get installed locally when running "gradle install"
apply plugin 'maven'
apply plugin: 'maven'
apply plugin: DefaultPublishTasks
buildscript {