File tree 1 file changed +3
-1
lines changed
buildSrc/src/main/java/io/spring/gradle/convention
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2022 the original author or authors.
2
+ * Copyright 2002-2023 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.
20
20
import org .gradle .api .Project ;
21
21
import org .gradle .api .plugins .BasePlugin ;
22
22
import org .gradle .api .plugins .PluginManager ;
23
+ import org .jfrog .gradle .plugin .artifactory .ArtifactoryPlugin ;
23
24
24
25
import org .springframework .gradle .classpath .SpringCheckProhibitedDependenciesLifecyclePlugin ;
25
26
import org .springframework .gradle .maven .SpringNexusPlugin ;
@@ -38,6 +39,7 @@ public void apply(Project project) {
38
39
pluginManager .apply (SpringNoHttpPlugin .class );
39
40
pluginManager .apply (SpringNexusPlugin .class );
40
41
pluginManager .apply (SpringCheckProhibitedDependenciesLifecyclePlugin .class );
42
+ pluginManager .apply (ArtifactoryPlugin .class );
41
43
pluginManager .apply (SpringSonarQubePlugin .class );
42
44
43
45
// Apply default repositories
You can’t perform that action at this time.
0 commit comments