Skip to content

Commit

Permalink
Upgrade to capsule v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danthegoodman committed Sep 22, 2014
1 parent 17111a6 commit 404e149
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# gradle-capsule-plugin

[![Version](http://img.shields.io/badge/Version-0.8.0-green.svg?style=flat-square)](https://github.com/danthegoodman/gradle-capsule-plugin/releases)
[![Capsule Version](http://img.shields.io/badge/Capsule%20Version-0.8.0-blue.svg?style=flat-square)](https://github.com/puniverse/capsule/releases)

A Gradle plugin for [Capsule], the packaging and deployment tool for JVM apps.

Capsule allows you to package your app and it's dependencies into a single jar for easy and efficient deployment.
Expand All @@ -17,7 +14,7 @@ This readme assumes some familiarity with the [Capsule] project.

```groovy
plugins {
id "us.kirchmeier.capsule" version "0.8.0"
id "us.kirchmeier.capsule" version "0.9.0"
}
```

Expand All @@ -29,7 +26,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'us.kirchmeier:gradle-capsule-plugin:0.8.0'
classpath 'us.kirchmeier:gradle-capsule-plugin:0.9.0'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class CapsuleGradlePlugin implements Plugin<Project> {

configurations.create('capsule')
dependencies {
capsule 'co.paralleluniverse:capsule:0.8.0'
capsule 'co.paralleluniverse:capsule:0.9.0'
}
}
}
Expand Down

0 comments on commit 404e149

Please sign in to comment.