Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jamie Mansfield
asm
Commits
f86d1ce7
Commit
f86d1ce7
authored
Aug 05, 2018
by
Eric Bruneton
Browse files
Update the version number.
parent
2554c7c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
f86d1ce7
...
...
@@ -43,7 +43,7 @@ subprojects {
apply
plugin:
'jacoco'
def
snapshotSuffix
=
rootProject
.
hasProperty
(
'release'
)
?
''
:
'-SNAPSHOT'
group
=
'org.ow2.asm'
version
=
'6.2'
+
snapshotSuffix
version
=
'6.2
.1
'
+
snapshotSuffix
sourceCompatibility
=
'1.6'
targetCompatibility
=
'1.6'
test
{
useJUnitPlatform
()
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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