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
bc615163
Commit
bc615163
authored
Apr 25, 2018
by
Eric Bruneton
Browse files
Add signature files for ASM 6.1.
parent
d3e0975a
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
asm-analysis/src/test/resources/sigtest-6.1.txt
0 → 100644
View file @
bc615163
This diff is collapsed.
Click to expand it.
asm-commons/src/test/resources/sigtest-6.1.txt
0 → 100644
View file @
bc615163
This diff is collapsed.
Click to expand it.
asm-tree/src/test/resources/sigtest-6.1.txt
0 → 100644
View file @
bc615163
This diff is collapsed.
Click to expand it.
asm-util/src/test/resources/sigtest-6.1.txt
0 → 100644
View file @
bc615163
This diff is collapsed.
Click to expand it.
asm/src/test/resources/sigtest-6.1.txt
0 → 100644
View file @
bc615163
This diff is collapsed.
Click to expand it.
build.gradle
View file @
bc615163
...
...
@@ -244,7 +244,7 @@ configure(subprojects.findAll { it.provides }) {
// Define a task to create a sigtest file for the current version.
task
"buildSigtest"
(
type:
JavaExec
,
dependsOn:
'classes'
)
{
inputs
.
files
(
sourceSets
.
main
.
java
)
outputs
.
file
(
"src/test/resources/sigtest-${version}"
)
outputs
.
file
(
"src/test/resources/sigtest-${version}
.txt
"
)
classpath
configurations
.
sigtest
main
'com.sun.tdk.signaturetest.Main'
args
'Setup'
,
'-ApiVersion'
,
version
,
'-FileName'
,
outputs
.
getFiles
()[
0
],
...
...
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