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
Idan Horowitz
asm
Commits
5a24db4b
Commit
5a24db4b
authored
Apr 03, 2020
by
Eric Bruneton
Browse files
Update version number.
parent
9e4f59bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
5a24db4b
...
...
@@ -44,7 +44,7 @@ subprojects {
apply
plugin:
'jacoco'
def
snapshotSuffix
=
rootProject
.
hasProperty
(
'release'
)
?
''
:
'-SNAPSHOT'
group
=
'org.ow2.asm'
version
=
'8.1'
+
snapshotSuffix
version
=
'8.
0.
1'
+
snapshotSuffix
sourceCompatibility
=
'1.8'
targetCompatibility
=
'1.8'
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