From 169f132bd53e432d356a4bac74eae1763a16bb19 Mon Sep 17 00:00:00 2001 From: ikikko Date: Mon, 5 May 2014 16:31:43 +0900 Subject: [PATCH] Revert a part of "Update project configurations" --- README.md | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e0f1dc6..a01a367 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,25 @@ This is a Jenkins plugin which notifies to Typetalk ( https://typetalk.in/ ) -#Build# -The Jenkins plugin build is powered by the gradle-jpi-plugin (see its documentation). +# How to build +- ref : https://wiki.jenkins-ci.org/display/JENKINS/Gradle+JPI+Plugin -There are following targets defined: +## Import to IDE -Builds **.hpi** file +``` +gradle cleanEclipse eclipse +gradle cleanIdea idea +``` - gradle jpi +## Launch for development -Run development server: +``` +gradle clean server +``` - gradle server +## Package a plugin file -###Debugging### +``` +gradle clean jpi +``` -Debuggins is configured with GRADLE_OPTIONS env variable. - - GRADLE_OPTS="${GRADLE_OPTS} -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5006" ./gradlew clean server +If you don't install gradle, you can use gradlew / gradlew.bat instead of gradle.