Skip to content

Commit

Permalink
Make tangram plugin in gradle plusing repository jdk 1.7 compatible a…
Browse files Browse the repository at this point in the history
…gain
  • Loading branch information
mgoellnitz committed May 5, 2016
1 parent 7aa4311 commit ba05ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ apply plugin: 'com.jfrog.artifactory'

defaultTasks 'clean', 'publishToMavenLocal'

version '1.1.0'
version '1.1.1'

String[] roots = ["${project.projectDir}/src/main/groovy"]
def versions = new GroovyScriptEngine(roots).loadScriptByName('org/tangram/gradle/plugin/TangramVersions.groovy').newInstance()
Expand Down Expand Up @@ -121,7 +121,7 @@ publishing {
pluginBundle {
website = 'https://github.com/mgoellnitz/tangram/'
vcsUrl = 'https://github.com/mgoellnitz/tangram/'
description = 'Tangram JPA, JDO, EBean, webapp overlay, and minifying plugin'
description = 'Generic JPA, JDO, EBean byte code transformation plugin, webapp overlay helper, and minifying plugin developed for Tangram - Verson 1.1.1 is again JDK 1.7 compatible'
tags = ['tangram', 'jdo', 'jpa', 'ebean', 'datanucleus', 'eclipselink', 'hibernate', 'openjpa', 'overlay', 'minify']

plugins {
Expand Down

0 comments on commit ba05ec9

Please sign in to comment.