File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
graph-database-support-plugin Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,10 @@ allprojects {
45
45
}
46
46
}
47
47
48
+ test {
49
+ systemProperty ' graphDatabaseSupportDevelopment' , ' true'
50
+ }
51
+
48
52
release {
49
53
failOnCommitNeeded = true
50
54
failOnPublishNeeded = true
@@ -57,9 +61,9 @@ release {
57
61
58
62
tagTemplate = ' ${version}'
59
63
preCommitText = ' [release]'
60
- preTagCommitMessage = ' Pre tag commit: '
64
+ preTagCommitMessage = ' [skip ci] Pre tag commit: '
61
65
tagCommitMessage = ' Creating tag: '
62
- newVersionCommitMessage = ' New version commit: '
66
+ newVersionCommitMessage = ' [skip ci] New version commit: '
63
67
64
68
git {
65
69
requireBranch = ' master'
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ intellij {
26
26
27
27
def homePath = System . properties[' user.home' ]
28
28
sandboxDirectory " ${ homePath} /.intellij/graphdb"
29
+ }
30
+
31
+ runIde {
29
32
systemProperty ' graphDatabaseSupportDevelopment' , ' true'
30
33
}
31
34
You can’t perform that action at this time.
0 commit comments