Skip to content

Commit 5b8b607

Browse files
committed
cleanup gradle build
1 parent 2c8d6a4 commit 5b8b607

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,6 @@ dependencies {
3131
jython ":delphixpy:1.10.0.0"
3232
}
3333

34-
35-
36-
if (!project.hasProperty('release.scope')) {
37-
project.ext['release.scope'] = 'patch'
38-
}
39-
40-
if (!project.hasProperty('release.useLastTag')) {
41-
project.ext['release.useLastTag'] = true
42-
}
43-
4434
license {
4535
header rootProject.file('License.md')
4636
strictCheck true

0 commit comments

Comments
 (0)