Skip to content

Commit 57c53e3

Browse files
added mavenCentralPublish.gradle to build.gradle
1 parent 2dc60e2 commit 57c53e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ apply from: scriptsLocation + 'scoverage.gradle' // scoverage scala code coverag
4646
apply from: scriptsLocation + 'vcs.gradle'
4747
apply from: scriptsLocation + 'semVer.gradle'
4848
apply from: scriptsLocation + 'tscfg.gradle'
49+
apply from: scriptsLocation + 'mavenCentralPublish.gradle'
4950
apply from: scriptsLocation + 'branchName.gradle' // checks naming scheme of branches
5051

5152
configurations {

0 commit comments

Comments
 (0)