Skip to content

Commit

Permalink
HHH-8499 - Prepare for 4.3 Beta4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Sep 12, 2013
1 parent 300300e commit 6dcb4e3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ apply plugin: 'eclipse'
apply plugin: 'idea'
apply from: "./libraries.gradle"

task wrapper(type: Wrapper) {
gradleVersion = '1.7'
}

allprojects {
repositories {
mavenCentral()
Expand All @@ -27,14 +31,9 @@ buildscript {
}
}

ext.hibernateTargetVersion = '4.3.0-SNAPSHOT'
ext.hibernateTargetVersion = '4.3.0.Beta4'
ext.javaLanguageLevel = "1.6"

task wrapper(type: Wrapper) {
gradleVersion = '1.7'
}


idea {
project {
languageLevel = javaLanguageLevel
Expand Down

0 comments on commit 6dcb4e3

Please sign in to comment.