We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2d4ee commit 1fd46d7Copy full SHA for 1fd46d7
build.gradle.kts
@@ -11,7 +11,7 @@ val konfigVersion = "1.6.10.0"
11
val kotlinVersion = "1.3.61"
12
val freemarkerVersion = "2.3.29"
13
val mavenRepoBaseUrl = "https://oss.sonatype.org"
14
-val mainClassKt = "no.nav.security.mock.StandaloneMockOAuth2ServerKt"
+val mainClassKt = "no.nav.security.mock.oauth2.StandaloneMockOAuth2ServerKt"
15
16
plugins {
17
application
0 commit comments