diff --git a/build.gradle.kts b/build.gradle.kts index e8f5ffc..970df64 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,6 +48,7 @@ jreleaser { apiEndpoint = "https://api.github.com" token = System.getenv("GITHUB_TOKEN") enabled = true + releaseName = "{{tagName}}" releaseNotes { enabled = true } diff --git a/test-application/build.gradle.kts b/test-application/build.gradle.kts index f4ebc3b..42f67be 100644 --- a/test-application/build.gradle.kts +++ b/test-application/build.gradle.kts @@ -8,7 +8,7 @@ plugins { repositories { mavenCentral() } -dependencies{ +dependencies { implementation(project(":spring-funk-webmvc")) implementation(spring.boot.jetty) implementation("ch.qos.logback:logback-classic:1.5.6")