Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
raphw
asm
Commits
ab106301
Commit
ab106301
authored
Mar 25, 2018
by
Eric Bruneton
Browse files
Update the version number.
parent
11b3cabc
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
ab106301
...
...
@@ -42,7 +42,7 @@ subprojects {
apply
plugin:
'java'
def
snapshotSuffix
=
rootProject
.
hasProperty
(
'release'
)
?
''
:
'-SNAPSHOT'
group
=
'org.ow2.asm'
version
=
'6.1.
1
'
+
snapshotSuffix
version
=
'6.1.
2
'
+
snapshotSuffix
sourceCompatibility
=
'1.6'
targetCompatibility
=
'1.6'
test
{
useJUnitPlatform
()
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment