Skip to content

Commit

Permalink
enabled java 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
floriangrundig committed Oct 4, 2014
1 parent 140da06 commit 629ef70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KarmaTestRunnerGrailsPlugin.groovy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class KarmaTestRunnerGrailsPlugin {
def version = "0.2.1"
def version = "0.2.2-SNAPSHOT"
def grailsVersion = "2.0 > *"
def pluginExcludes = [
"src/docs/**/*",
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ A complete grails application which uses this plugin as a reference can be found
* The plugin currently fails when running on grails 2.3.x with forked test execution.

##History
v0.2.1
* uses junit-karma-testrunner v.1.4 which supports Java 1.6 instead of only Java 1.7 and higher

v0.2.1
* uses junit-karma-testrunner v.1.3

Expand All @@ -45,7 +48,7 @@ v0.2.0

##Prerequisites

The plugin runs only on java 7 or higher versions.
The plugin runs only on java 6 or higher versions.


In order to make the plugin run your javascript tests it will start [karma] with your
Expand Down

0 comments on commit 629ef70

Please sign in to comment.