mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-24 13:21:22 +08:00
GP-6504: Upgrading jacoco to 0.8.14
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
@@ -31,8 +31,8 @@
|
||||
apply plugin:'jacoco'
|
||||
|
||||
dependencies {
|
||||
jacocoAnt 'org.jacoco:org.jacoco.ant:0.8.11'
|
||||
jacocoAgent 'org.jacoco:org.jacoco.agent:0.8.11'
|
||||
jacocoAnt 'org.jacoco:org.jacoco.ant:0.8.14'
|
||||
jacocoAgent 'org.jacoco:org.jacoco.agent:0.8.14'
|
||||
}
|
||||
|
||||
// Clean any jacoco files that may have been left behind previously.
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
@@ -18,8 +18,8 @@ import groovy.io.FileType;
|
||||
apply plugin:'jacoco'
|
||||
|
||||
dependencies {
|
||||
jacocoAnt 'org.jacoco:org.jacoco.ant:0.8.11'
|
||||
jacocoAgent 'org.jacoco:org.jacoco.agent:0.8.11'
|
||||
jacocoAnt 'org.jacoco:org.jacoco.ant:0.8.14'
|
||||
jacocoAgent 'org.jacoco:org.jacoco.agent:0.8.14'
|
||||
}
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user