Skip to content

Commit b510fd8

Browse files
Fix build.gradle
1 parent fcade0a commit b510fd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ java {
163163
}
164164

165165
jar {
166-
def archivesName = base.archivesName.get()
166+
def archivesName = base.archivesName
167167
inputs.property("archivesName", archivesName)
168168

169169
from("LICENSE.txt") {

0 commit comments

Comments
 (0)