File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/main/java/com/fulinlin/constant Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ dependencies {
2424
2525// See https://github.com/JetBrains/gradle-intellij-plugin/
2626intellij {
27- version ' IU-2017.1'
28- // version 'IU-2019.3 '
27+ // version 'IU-2017.1'
28+ version ' IU-2020.1 '
2929 pluginName ' Git Commit Message Helper'
3030 updateSinceUntilBuild false
3131}
Original file line number Diff line number Diff line change 66 * @create: 2019-12-08 11:37
77 **/
88public class GitCommitConstants {
9- public static final String DEFAULT_TEMPLATE = "#if($type)${type}#end#if($scope)(${scope})#end: #if($subject)${subject}${newline} #end\n " +
10- "#if($body)${body }${newline}#end\n " +
11- "#if($changes)BREAKING CHANGE: ${changes}${newline }#end\n " +
12- "#if($closes)Closes ${closes}#end\n " ;
9+ public static final String DEFAULT_TEMPLATE = "#if($type)${type}#end#if($scope)(${scope})#end: #if($subject)${subject}#end\n " +
10+ "#if($body)${newline }${newline}${body }#end\n " +
11+ "#if($changes)${newline}${newline} BREAKING CHANGE: ${changes}#end\n " +
12+ "#if($closes)${newline}${newline} Closes ${closes}#end\n " ;
1313}
You can’t perform that action at this time.
0 commit comments