We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6e2f7 commit 5848ed8Copy full SHA for 5848ed8
build.gradle
@@ -10,7 +10,7 @@ plugins {
10
11
group 'io.github.notstirred'
12
archivesBaseName = "dasm"
13
-version '2.5.2'
+version '2.5.3'
14
15
ext.ossrhUsername = project.findProperty("ossrhUsername") ?: "" // Enter in ~/.gradle/gradle.properties, not here.
16
ext.ossrhPassword = project.findProperty("ossrhPassword") ?: "" // Enter in ~/.gradle/gradle.properties, not here.
0 commit comments