This commit is contained in:
Nick Alexander 2018-11-30 15:27:32 -08:00
Родитель 60349d585f
Коммит fc9c58657f
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,6 @@
buildscript {
ext.kotlin_version = '1.3.10'
ext.plugin_version = '0.1.1'
ext.plugin_version = '0.1.2'
repositories {
google()

Просмотреть файл

@ -43,8 +43,8 @@ compileTestKotlin {
}
pluginBundle {
website = 'https://github.com/ncalexan/megazord-gradle'
vcsUrl = 'https://github.com/ncalexan/megazord-gradle.git'
website = 'https://github.com/mozilla/megazord-gradle'
vcsUrl = 'https://github.com/mozilla/megazord-gradle.git'
plugins {
megazordPlugin {