Fixed publishToMavenLocal that was broken by a removed plugin include.

This commit is contained in:
Clinton Alexander 2016-11-04 10:51:54 +00:00
parent 04ad438a51
commit 3c5cece3ea

View File

@ -31,6 +31,7 @@ plugins {
apply plugin: 'kotlin'
apply plugin: 'project-report'
apply plugin: QuasarPlugin
apply plugin: 'com.github.ben-manes.versions'
apply plugin: 'maven-publish'