Skip to content

Commit 1fd46d7

Browse files
committed
fix mainclass reference after refactoring
1 parent ac2d4ee commit 1fd46d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ val konfigVersion = "1.6.10.0"
1111
val kotlinVersion = "1.3.61"
1212
val freemarkerVersion = "2.3.29"
1313
val mavenRepoBaseUrl = "https://oss.sonatype.org"
14-
val mainClassKt = "no.nav.security.mock.StandaloneMockOAuth2ServerKt"
14+
val mainClassKt = "no.nav.security.mock.oauth2.StandaloneMockOAuth2ServerKt"
1515

1616
plugins {
1717
application

0 commit comments

Comments
 (0)