File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
buildSrc/src/main/groovy/io/spring/gradle/convention Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public class DocsPlugin implements Plugin<Project> {
25
25
group = ' Distribution'
26
26
archiveBaseName = project. rootProject. name
27
27
archiveClassifier = ' docs'
28
- description = " Builds -${ classifier } archive containing all " +
28
+ description = " Builds -${ archiveClassifier.get() } archive containing all " +
29
29
" Docs for deployment at docs.spring.io"
30
30
31
31
from(project. tasks. api. outputs) {
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ plugins {
10
10
id " io.spring.ge.conventions" version " 0.0.7"
11
11
}
12
12
13
- enableFeaturePreview(" VERSION_ORDERING_V2" )
14
-
15
13
dependencyResolutionManagement {
16
14
repositories {
17
15
mavenCentral()
You can’t perform that action at this time.
0 commit comments