We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23286e5 commit 043e343Copy full SHA for 043e343
1 file changed
build.gradle
@@ -22,7 +22,7 @@ apply from: "${profile}Deps.gradle"
22
23
def archiveVer = null
24
def verBits = scmVersion.version.split('-')
25
-def javaVersion = 'j' + profile.charAt(4)
+def javaVersion = 'j' + profile.substring(4)
26
if (verBits.length > 1) {
27
if (verBits[1].equals(javaVersion)) {
28
archiveVer = project.version
0 commit comments