Skip to content

Commit

Permalink
Added version statement. Updated libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
Asgeir Nilsen committed Feb 6, 2018
1 parent 375e6a5 commit b54b9d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
apply from: 'https://raw.githubusercontent.com/FINTlibs/fint-buildscripts/v1.1.0/dependencies.gradle'
apply from: 'https://raw.githubusercontent.com/FINTlibs/fint-buildscripts/v1.2.0/dependencies.gradle'
ext {
springBootVersion = springBootVersion
}
Expand All @@ -23,6 +23,8 @@ apply plugin: 'org.springframework.boot'
apply plugin: 'maven'
apply plugin: 'jacoco'

version = "${version}-${apiVersion}"

repositories {
mavenLocal()
jcenter()
Expand Down Expand Up @@ -116,4 +118,4 @@ jacocoTestReport {
}
}

apply from: 'https://raw.githubusercontent.com/FINTlibs/fint-buildscripts/v1.1.0/dependencyReport.gradle'
apply from: 'https://raw.githubusercontent.com/FINTlibs/fint-buildscripts/v1.2.0/dependencyReport.gradle'

0 comments on commit b54b9d0

Please sign in to comment.