Added a line that was accidentally removed.

This commit is contained in:
Clinton Alexander 2016-09-29 14:55:23 +01:00
parent 9a4cc04eb5
commit 6a669b6aad

View File

@ -1,6 +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: DefaultPublishTasks
buildscript {