Skip to content

Commit 129c2c0

Browse files
authored
chore: CI formatting (#388)
1 parent c55c2d2 commit 129c2c0

File tree

144 files changed

+23000
-22149
lines changed

Some content is hidden

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

144 files changed

+23000
-22149
lines changed

.gitmodules

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "src/test/resources/aws-encryption-sdk-test-vectors"]
22
path = src/test/resources/aws-encryption-sdk-test-vectors
3-
url = https://github.com/awslabs/private-aws-encryption-sdk-test-vectors-staging.git
3+
url = https://github.com/awslabs/private-aws-encryption-sdk-test-vectors-staging.git
4+
[submodule "aws-encryption-sdk-specification"]
5+
path = aws-encryption-sdk-specification
6+
url = https://github.com/awslabs/aws-encryption-sdk-specification.git

codebuild/ci/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ version: 0.2
88
batch:
99
fast-fail: false
1010
build-graph:
11-
#- identifier: static_analysis
12-
# buildspec: codebuild/ci/static-analysis.yml
13-
# env:
14-
# compute-type: BUILD_GENERAL1_MEDIUM
15-
# image: aws/codebuild/amazonlinux2-x86_64-standard:3.0
11+
- identifier: static_analysis
12+
buildspec: codebuild/ci/static-analysis.yml
13+
env:
14+
compute-type: BUILD_GENERAL1_MEDIUM
15+
image: aws/codebuild/amazonlinux2-x86_64-standard:3.0
1616
######### Start Vector tests #########
1717
- identifier: vectors_ci_openjdk8
1818
buildspec: codebuild/ci/vectors-ci.yml

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<plugin>
143143
<groupId>com.coveo</groupId>
144144
<artifactId>fmt-maven-plugin</artifactId>
145-
<version>2.10</version>
145+
<version>2.12</version>
146146
<!-- Configure no goals. -->
147147
<!--Until our CI builds no longer depend on Java 8, skip this during build.-->
148148
<!--We instead manually check this in Java 11 environments to block builds, -->

src/main/java/com/amazonaws/encryptionsdk/AwsCrypto.java

Lines changed: 849 additions & 850 deletions
Large diffs are not rendered by default.

src/main/java/com/amazonaws/encryptionsdk/CommitmentPolicy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
package com.amazonaws.encryptionsdk;
55

66
public enum CommitmentPolicy {
7-
ForbidEncryptAllowDecrypt
7+
ForbidEncryptAllowDecrypt
88
}

0 commit comments

Comments
 (0)