Skip to content

Commit

Permalink
its alive
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander14121 committed Mar 26, 2024
1 parent ea6204c commit 61083be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ configurations {

repositories {
mavenCentral()
jcenter()
maven {
url "http://dl.bintray.com/fint/maven"
url "https://repo.fintlabs.no/releases"
}
mavenLocal()
}
Expand All @@ -38,12 +37,12 @@ dependencies {

//implementation 'com.google.guava:guava:30.1-jre'

implementation 'no.fint:fint-portal-api:3.10.0'
implementation 'no.fint:fint-portal-api:3.15.0'
//implementation 'no.fint:fint-portal-api:0-SNAPSHOT'


compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
compileOnly 'org.projectlombok:lombok:1.18.32'
annotationProcessor 'org.projectlombok:lombok:1.18.32'

testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation "org.spockframework:spock-core:2.0-M4-groovy-2.5"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 61083be

Please sign in to comment.