Skip to content

Commit b6c31ce

Browse files
committed
updates
1 parent 77175d5 commit b6c31ce

File tree

16 files changed

+3
-73
lines changed

16 files changed

+3
-73
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
rootProject.name = 'java-instrumentation-template'
2-
include 'spring-cloud-gateway'
2+
include 'spring-cloud-gateway-reactive'

spring-cloud-gateway/build.gradle renamed to spring-cloud-gateway-reactive/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818

1919
jar {
2020
manifest {
21-
attributes 'Implementation-Title': 'com.newrelic.instrumentation.labs.spring-cloud-gateway-core'
21+
attributes 'Implementation-Title': 'com.newrelic.instrumentation.labs.spring-cloud-gateway-reactive'
2222
attributes 'Implementation-Vendor': 'New Relic Labs'
2323
attributes 'Implementation-Vendor-Id': 'com.newrelic.labs'
2424
attributes 'Implementation-Version': 1.1

0 commit comments

Comments
 (0)