File tree 2 files changed +16
-8
lines changed
spring-javaformat-vscode/spring-javaformat-vscode-extension
2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 29
29
echo " Staging ${stageVersion} (next version will be ${nextVersion} )"
30
30
run_maven versions:set -DnewVersion=${stageVersion} -DgenerateBackupPoms=false
31
31
run_maven org.eclipse.tycho:tycho-versions-plugin:update-eclipse-metadata
32
- run_maven --projects io.spring.javaformat:spring-javaformat-vscode-extension antrun:run@update-version
32
+ run_maven --projects io.spring.javaformat:spring-javaformat-vscode-extension -P ' !formatter-dependencies ' antrun:run@update-version
33
33
34
34
git config user.name " Spring Builds" > /dev/null
35
35
git config user.email
" [email protected] " > /dev/null
Original file line number Diff line number Diff line change 138
138
</plugin >
139
139
</plugins >
140
140
</build >
141
- <dependencies >
142
- <dependency >
143
- <groupId >io.spring.javaformat</groupId >
144
- <artifactId >spring-javaformat-formatter-shaded</artifactId >
145
- <version >${project.version} </version >
146
- </dependency >
147
- </dependencies >
141
+ <profiles >
142
+ <profile >
143
+ <id >formatter-dependencies</id >
144
+ <activation >
145
+ <activeByDefault >true</activeByDefault >
146
+ </activation >
147
+ <dependencies >
148
+ <dependency >
149
+ <groupId >io.spring.javaformat</groupId >
150
+ <artifactId >spring-javaformat-formatter-shaded</artifactId >
151
+ <version >${project.version} </version >
152
+ </dependency >
153
+ </dependencies >
154
+ </profile >
155
+ </profiles >
148
156
</project >
You can’t perform that action at this time.
0 commit comments