You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: content/en/user-guide/aws/codebuild/index.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ Create this file at the root of your directory.
115
115
<artifactId>junit</artifactId>
116
116
<version>4.11</version>
117
117
<scope>test</scope>
118
-
</dependency>
118
+
</dependency>
119
119
</dependencies>
120
120
<build>
121
121
<plugins>
@@ -162,6 +162,7 @@ artifacts:
162
162
163
163
## Limitations
164
164
165
-
- CodeBuild currently only supports S3 as a code source. You can use AWS CodePipeline to integrate CodeBuild with a source code repository provider via CodeStarSourceConnection.
165
+
- CodeBuild currently only supports S3 as a code source.
166
+
You can use AWS CodePipeline to integrate CodeBuild with a source code repository provider via CodeStarSourceConnection.
0 commit comments