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: develocity-conventions-gradle-plugin/src/main/java/io/spring/develocity/conventions/gradle/DevelocityConventionsPlugin.java
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,9 @@
35
35
importorg.gradle.api.initialization.Settings;
36
36
importorg.gradle.api.internal.ProcessOperations;
37
37
importorg.gradle.api.provider.Provider;
38
+
importorg.gradle.util.GradleVersion;
39
+
importorg.slf4j.Logger;
40
+
importorg.slf4j.LoggerFactory;
38
41
39
42
/**
40
43
* {@link Plugin plugin} for configuring the use of Develocity hosted at
Copy file name to clipboardExpand all lines: develocity-conventions-gradle-plugin/src/test/java/io/spring/develocity/conventions/gradle/DevelocityConventionsPluginIntegrationTests.java
+42-23Lines changed: 42 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2020-2024 the original author or authors.
2
+
* Copyright 2020-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -48,8 +48,8 @@ class DevelocityConventionsPluginIntegrationTests {
Copy file name to clipboardExpand all lines: develocity-conventions-gradle-plugin/src/test/java/io/spring/develocity/conventions/gradle/TestDevelocityConfiguration.java
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2020-2024 the original author or authors.
2
+
* Copyright 2020-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
0 commit comments