Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit ee0e020

Browse files
committed
Add labels for plugin portal
1 parent a9f8a36 commit ee0e020

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
id "com.jfrog.bintray" version "1.3.1"
1717
}
1818

19-
version "1.0.0"
19+
version "1.0.1"
2020
group "org.grails.plugins"
2121

2222
apply plugin: 'maven-publish'
@@ -87,6 +87,7 @@ bintray {
8787
issueTrackerUrl = 'https://github.com/bobbywarner/grails-http-builder-helper/issues'
8888
vcsUrl = 'https://github.com/bobbywarner/grails-http-builder-helper'
8989
publicDownloadNumbers = true
90+
labels = ['http', 'rest']
9091
}
9192
}
9293

0 commit comments

Comments
 (0)