diff --git a/build.gradle.kts b/build.gradle.kts index 67ae983..fbb6df9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,6 @@ dependencies { implementation("com.querydsl:querydsl-jpa:5.0.0:jakarta") kapt("com.querydsl:querydsl-apt:5.0.0:jakarta") implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2") - testRuntimeOnly ("org.junit.platform:junit-platform-launcher") } kotlin { @@ -51,3 +50,7 @@ kotlin { tasks.withType { useJUnitPlatform() } + +tasks.named("jar") { + enabled = false +} \ No newline at end of file