Skip to content

Commit

Permalink
Library naming fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Asgeir Nilsen committed May 3, 2021
1 parent 7f63ac3 commit 71c478f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ apply plugin: 'maven'
apply plugin: 'maven-publish'
apply plugin: 'jacoco'

jar {
baseName = 'fint-oauth-token-service'
}
sourceCompatibility = 1.8

repositories {
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rootProject.name = 'fint-oauth-token-service'

0 comments on commit 71c478f

Please sign in to comment.