Skip to content

Commit

Permalink
fix mainclass reference after refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
tommytroen committed Mar 24, 2020
1 parent ac2d4ee commit 1fd46d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val konfigVersion = "1.6.10.0"
val kotlinVersion = "1.3.61"
val freemarkerVersion = "2.3.29"
val mavenRepoBaseUrl = "https://oss.sonatype.org"
val mainClassKt = "no.nav.security.mock.StandaloneMockOAuth2ServerKt"
val mainClassKt = "no.nav.security.mock.oauth2.StandaloneMockOAuth2ServerKt"

plugins {
application
Expand Down

0 comments on commit 1fd46d7

Please sign in to comment.