-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.yml
51 lines (41 loc) · 1.31 KB
/
build.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# used in the yakworks.shipyak gradle plugin as well as the makefile shipkit
# see defaults options https://github.com/yakworks/gradle-plugins/tree/master/src/main/resources/configs/defaults.yml
title: Commons libs for kotlin and groovy
description: API messages and helpers
author: Yak.Works
group: org.yakworks
project:
fullName: yakworks/commons
# list of subproject dirs used to spin through, build the checksum and consolidate the test reports for circle
# also used for the make circle.day-version-cache-key-file
subprojects: groovy-commons groovy-json api-messages
bot:
email: 9cibot@9ci.com
sign_commits: true
vault:
repo: 9ci/vault
release:
# after release, will set version.properties back to releasable=false
reset_flag: true
# changelog: CHANGELOG.md
# publish:
# branch_regex: master|dev|release/.+
team:
developers: ['basejump: Joshua Burnett']
maven:
# published to maven and this one too.
repoUrl: http://repo.9ci.com/public-libs
snapshotUrl: http://repo.9ci.com/oss-snapshots
spotless:
enabled: true
# default license header file to use
licenseHeader: |
${'/*\n' +
'* Copyright \$YEAR original authors\n' +
'* SPDX-License-Identifier: Apache-2.0\n' +
'*/'
}
#codenarc:
# toolVersion: 2.2.0
# main:
# excludes: ['**/BootStrap.*', '**/UrlMappings.*']