From 6a669b6aad0b798f2702d3352a745aa733195260 Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Thu, 29 Sep 2016 14:55:23 +0100 Subject: [PATCH] Added a line that was accidentally removed. --- core/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/core/build.gradle b/core/build.gradle index f75d0df4e6..5f643a1866 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -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 {