Skip to content

Commit 33e045d

Browse files
Update build.gradle
1 parent 3e9d43b commit 33e045d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ configure(leafProjects) {
6262
//--add-exports <module>/<module>/<package>=<target-module>(,<target-module>)*
6363

6464
// Defines versions of dependencies to be used by subprojects
65-
// https://github.com/spring-gradle-plugins/dependency-management-plugin#dependency-management-dsl
65+
// https://github.com/spring-gradle-plugins/dependency-management-plugin#dependency-management-dsl
6666
dependencyManagement {
6767
dependencies {
6868
dependency ('com.epam.deltix:thread-affinity:1.0.4')
@@ -99,7 +99,6 @@ configure(leafProjects) {
9999
vendor = 'EPAM'
100100
isReleaseVersion = !version.endsWith("SNAPSHOT")
101101
}
102-
103102
java {
104103
withJavadocJar()
105104
withSourcesJar()

0 commit comments

Comments
 (0)