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
Copy file name to clipboardExpand all lines: components/configure-gradle-enterprise-maven-extension/build.gradle.kts
-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ repositories {
9
9
10
10
dependencies {
11
11
compileOnly("org.apache.maven:maven-core:3.6.3") // intentionally compiling against an older version to preserve compatibility with older versions of Maven
Copy file name to clipboardExpand all lines: components/configure-gradle-enterprise-maven-extension/src/main/java/com/gradle/ConfigureDevelocityListener.java
Copy file name to clipboardExpand all lines: components/configure-gradle-enterprise-maven-extension/src/main/java/com/gradle/ConfigureGradleEnterpriseListener.java
+4-3
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,19 @@
6
6
importjavax.inject.Inject;
7
7
8
8
// Using fully qualified class names to avoid deprecation warnings on import statements
0 commit comments