Skip to content

Commit 4b744d7

Browse files
committed
Cleanup build.gradle.kts
1 parent 4c2df7b commit 4b744d7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ plugins {
1212
val sonarqubeVersion = "4.4.1.3373"
1313
val gradleReleasePluginVersion = "3.0.2"
1414

15-
id("io.spring.dependency-management") version springDependencyManagementVersion
1615
kotlin("jvm") version kotlinVersion
16+
id("io.spring.dependency-management") version springDependencyManagementVersion
1717
id("java-library")
1818
id("com.adarshr.test-logger") version adarshrTestLoggerVersion
1919
id("jacoco")
@@ -101,10 +101,6 @@ publishing {
101101
name = "${group}:${rootProject.name}"
102102
description = "Integrates embedded-redis with Spring Boot"
103103
url = "https://github.com/tobias-laa/spring-boot-embedded-redis.git"
104-
properties = mapOf(
105-
"myProp" to "value",
106-
"prop.with.dots" to "anotherValue"
107-
)
108104
licenses {
109105
license {
110106
name = "The Apache License, Version 2.0"

0 commit comments

Comments
 (0)