Skip to content

Commit 6e6120c

Browse files
author
synapticloop
committed
fixed publish plugin
1 parent 009fa98 commit 6e6120c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
id "com.github.johnrengelman.shadow" version "1.2.4"
99
id "com.jfrog.bintray" version "1.7.3"
1010

11-
id 'com.gradle.plugin-publish' version '0.9.4'
11+
id 'com.gradle.plugin-publish' version '0.9.7'
1212
id 'co.riiid.gradle' version '0.4.2'
1313
id 'net.saliman.cobertura' version '2.2.6'
1414

@@ -158,13 +158,14 @@ github {
158158
}
159159

160160
pluginBundle {
161+
161162
website = 'https://github.com/synapticloop/h2zero'
162163
vcsUrl = 'https://github.com/synapticloop/h2zero'
163164
description = 'lightweight ORM generator for mysql, java and optionally jsp/servlets - this utilises the templar templating language'
164165
tags = [ 'h2zero', 'ORM', 'generator' ]
165166

166167
plugins {
167-
documentrPlugin {
168+
h2zeroPlugin {
168169
id = 'synapticloop.h2zero'
169170
displayName = 'Synapticloop Gradle h2zero plugin'
170171
}

0 commit comments

Comments
 (0)