Skip to content

Commit adcc2e3

Browse files
committed
[ci] Formatting
1 parent 0b53c1d commit adcc2e3

74 files changed

Lines changed: 1 addition & 75 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/it-maven-4.0.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- name: Disable Maven Wrapper checksum validation
3131
run: sed -i '/distributionSha256Sum/d' .mvn/wrapper/maven-wrapper.properties
3232
- name: Integration Test with Maven ${{ env.maven-version }}
33-
run: ./mvnw verify --batch-mode --no-transfer-progress --show-version -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven=${{ env.maven-version }} -Dmaven.min-version=${{ env.maven-version }} -DtestSrc=remote -Prun-its
33+
run: ./mvnw verify --batch-mode --no-transfer-progress --show-version -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven=${{ env.maven-version }} -Dmaven.min-version=${{ env.maven-version }} -DtestSrc=remote -Prun-its

src/it-tools/build-tools/verify.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
import java.nio.file.Files
1817

1918
assert Files.exists(basedir.toPath().resolve('target/build-tools-testing.jar'))

src/it-tools/prime/verify.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
import java.nio.file.Files
1817

1918
assert Files.exists(basedir.toPath().resolve('target/prime-testing.jar'))

src/it/MFINDBUGS-178/verify.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
import java.nio.file.Path
1817

1918
// Check no missing classes

src/it/basic-1/verify.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
import groovy.xml.XmlSlurper
1817
import groovy.xml.slurpersupport.GPathResult
1918
import groovy.xml.slurpersupport.NodeChild

src/it/change-xml-filename/verify.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
import groovy.xml.XmlSlurper
1817
import groovy.xml.slurpersupport.GPathResult
1918
import groovy.xml.slurpersupport.NodeChild

src/it/check-bug-file-multi-list/verify.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
import groovy.xml.XmlSlurper
1817
import groovy.xml.slurpersupport.GPathResult
1918
import groovy.xml.slurpersupport.NodeChild

src/it/check-bug-file-multi/verify.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
import groovy.xml.XmlSlurper
1817
import groovy.xml.slurpersupport.GPathResult
1918
import groovy.xml.slurpersupport.NodeChild

src/it/check-bug-file/verify.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
import groovy.xml.XmlSlurper
1817
import groovy.xml.slurpersupport.GPathResult
1918
import groovy.xml.slurpersupport.NodeChild

src/it/check-bug-only-test-sources/verify.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
import java.nio.file.Path
1817

1918
Path buildLog = basedir.toPath().resolve('build.log')

0 commit comments

Comments
 (0)