File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
sample-apps/apigateway-lambda Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ pluginManagement {
2+ plugins {
3+ id(" com.diffplug.spotless" ) version " 6.13.0"
4+ id(" com.github.ben-manes.versions" ) version " 0.50.0"
5+ id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
6+ }
7+ }
8+
9+ dependencyResolutionManagement {
10+ repositories {
11+ mavenCentral()
12+ mavenLocal()
13+ }
14+ }
15+
16+ rootProject.name = " sample-app-apigw-lambda"
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ include(":smoke-tests:spring-boot")
5151include(" :sample-apps:springboot" )
5252include(" :sample-apps:spark" )
5353include(" :sample-apps:spark-awssdkv1" )
54- include(" :sample-apps:apigateway-lambda" )
5554
5655// Used for contract tests
5756include(" appsignals-tests:images:mock-collector" )
You can’t perform that action at this time.
0 commit comments