Skip to content

Commit

Permalink
Merge pull request #19 from Frege/feature/3.22.524
Browse files Browse the repository at this point in the history
Upgrade to Frege 3.22.524
  • Loading branch information
mmhelloworld committed Aug 4, 2015
2 parents 9d193b8 + 6e91fcc commit 78497c3
Show file tree
Hide file tree
Showing 14 changed files with 623 additions and 585 deletions.
12 changes: 7 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ buildscript {
apply plugin: 'io.codearte.nexus-staging'

allprojects {

defaultTasks "build"

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
}


subprojects {

apply plugin: "java"
Expand All @@ -35,9 +39,8 @@ subprojects {
snapshotAppendix = "-SNAPSHOT"
projectVersion = baseVersion + (isSnapshot ? snapshotAppendix : "")

fregeBaseVersion = "3.22.367"
fregeClassifier = "-g2737683"

fregeBaseVersion = "3.22.524"
fregeClassifier = "-gcc99d7e"
fregeVersion = "$fregeBaseVersion$fregeClassifier"
}

Expand All @@ -62,7 +65,6 @@ subprojects {
compile "org.frege-lang:frege:$fregeVersion"
}


nexusStaging {
packageGroup = groupName
stagingProfileId = "a622b6773bea07"
Expand Down
1 change: 1 addition & 0 deletions frege-interpreter-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ compileFrege {

dependencies {
compile project(":frege-interpreter-java-support")
testCompile("junit:junit:4.12")
}
Loading

0 comments on commit 78497c3

Please sign in to comment.