File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments