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
Jason Zaugg
asm
Commits
d473d99c
Commit
d473d99c
authored
Feb 05, 2018
by
Eric Bruneton
Browse files
Update version to 6.1-beta2 (fix mistake in previous commit).
parent
434ec9ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
d473d99c
...
...
@@ -44,7 +44,7 @@ subprojects {
apply
plugin:
'org.junit.platform.gradle.plugin'
junitPlatform
{
filters
{
engines
{
'junit-jupiter'
}
}
}
group
=
'org.ow2.asm'
version
=
'6.1-
alpha
'
version
=
'6.1-
beta2
'
sourceCompatibility
=
'1.6'
targetCompatibility
=
'1.6'
ext
.
provides
=
[]
// The provided java packages, e.g. ['org.objectweb.asm']
...
...
Write
Preview
Supports
Markdown
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