-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
using gradle portal publication mechanism
- Loading branch information
Andrey Hihlovskiy
committed
Mar 14, 2017
1 parent
8a45320
commit 930f927
Showing
2 changed files
with
18 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,26 +34,11 @@ import groovyx.net.http.ContentType | |
plugins { | ||
id 'base' | ||
id 'maven-publish' | ||
id 'com.gradle.plugin-publish' version '0.9.7' | ||
} | ||
|
||
apply plugin: 'com.jfrog.artifactory' | ||
apply plugin: RestPlugin | ||
|
||
pluginBundle { | ||
website = 'http://akhikhl.github.io/gretty-doc/' | ||
vcsUrl = 'https://github.com/akhikhl/gretty' | ||
description = 'Advanced gradle plugin for running web-apps on jetty and tomcat.' | ||
|
||
plugins { | ||
gretty { | ||
id = 'org.akhikhl.gretty' | ||
displayName = 'Gretty plugin' | ||
tags = [ 'gretty', 'jetty', 'gradle', 'plugin', 'spring', 'spring-boot' ] | ||
} | ||
} | ||
} | ||
|
||
ext { | ||
project_website = "https://github.com/${developerId}/${projectId}" | ||
project_scm = "scm:[email protected]:${developerId}/${projectId}.git" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters