Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed May 17, 2021
1 parent e129fc8 commit 1b739d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ apply from: 'dictionary.gradle'
group = 'com.nulab-inc'
version = '1.5.0'
archivesBaseName = 'zxcvbn'
moduleName = 'com.nulabinc.zxcvbn'
sourceCompatibility = 1.7
targetCompatibility = 1.7
ext.moduleName = 'com.nulabinc.zxcvbn'

wrapper {
gradleVersion = '5.5'
Expand Down Expand Up @@ -52,6 +52,8 @@ if (JavaVersion.current().isJava8Compatible()) {
}

jar {
inputs.property("moduleName", moduleName)

manifest {
attributes 'Implementation-Title': archivesBaseName, 'Implementation-Version': version, 'Automatic-Module-Name': moduleName
}
Expand Down

0 comments on commit 1b739d9

Please sign in to comment.