File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
160160pluginBundle {
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 }
You can’t perform that action at this time.
0 commit comments