Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit 073af7f

Browse files
committed
update: release 3.0.4
1 parent 8af8ffc commit 073af7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
}
2020

2121
group 'com.ly.smart-doc'
22-
version '3.0.3'
22+
version '3.0.4'
2323

2424
sourceCompatibility = 1.8
2525

@@ -30,7 +30,7 @@ repositories {
3030
}
3131

3232
dependencies {
33-
implementation group: 'com.ly.smart-doc', name: 'smart-doc', version: '3.0.3'
33+
implementation group: 'com.ly.smart-doc', name: 'smart-doc', version: '3.0.4'
3434
}
3535
tasks.withType(JavaCompile) {
3636
options.encoding = "UTF-8"
@@ -103,7 +103,7 @@ signing {
103103
sign publishing.publications
104104
}
105105

106-
if (project.hasProperty('skipSigning') || project.gradle.startParameter.taskNames.any { it.contains("publish") }) {
106+
if (project.hasProperty('skipSigning') || project.gradle.startParameter.taskNames.any { it.contentEquals("publishToMavenLocal") }) {
107107
signing {
108108
required { false }
109109
}

0 commit comments

Comments
 (0)