Skip to content
This repository was archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ikikko committed Feb 24, 2015
1 parent 28e16b3 commit dc30d20
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
[![Build Status](https://jenkins.ci.cloudbees.com/job/plugins/job/typetalk-plugin/badge/icon)](https://jenkins.ci.cloudbees.com/job/plugins/job/typetalk-plugin/)

This is a Jenkins plugin which notifies to Typetalk ( https://typetalk.in/ )
This is a Jenkins plugin which notifies to [Typetalk](https://typetalk.in/).
See [Wiki page](https://wiki.jenkins-ci.org/display/JENKINS/Typetalk+Plugin) for more details.

# How to build
- ref : https://wiki.jenkins-ci.org/display/JENKINS/Gradle+JPI+Plugin

## Import to IDE

```
gradle cleanEclipse eclipse
gradle cleanIdea idea
```

## Launch for development

```
Expand All @@ -25,3 +19,8 @@ gradle clean jpi
```

If you don't install gradle, you can use gradlew / gradlew.bat instead of gradle.

# Restriction

Now you cannot build this plugin with JDK8.
You may be able to build it with JDK8 after updating "Gradle JPI Plugin".

0 comments on commit dc30d20

Please sign in to comment.