forked from getsentry/sentry-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.craft.yml
59 lines (59 loc) · 1.32 KB
/
.craft.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
51
52
53
54
55
56
57
58
59
minVersion: "0.18.0"
github:
owner: getsentry
repo: sentry-java
changelogPolicy: simple
statusProvider:
name: github
artifactProvider:
name: none
targets:
- name: github
- name: registry
type: sdk
config:
canonical: "maven:io.sentry:sentry"
- name: registry
type: sdk
config:
canonical: "maven:io.sentry:sentry-spring"
- name: registry
type: sdk
config:
canonical: "maven:io.sentry:sentry-spring-boot-starter"
- name: registry
type: sdk
config:
canonical: "maven:io.sentry:sentry-servlet"
- name: registry
type: sdk
config:
canonical: "maven:io.sentry:sentry-logback"
- name: registry
type: sdk
config:
canonical: "maven:io.sentry:sentry-log4j2"
- name: registry
type: sdk
config:
canonical: "maven:io.sentry:sentry-jul"
- name: registry
type: sdk
config:
canonical: "maven:io.sentry:sentry-apache-http-client-5"
- name: registry
type: sdk
config:
canonical: "maven:io.sentry:sentry-android"
- name: registry
type: sdk
config:
canonical: "maven:io.sentry:sentry-android-core"
- name: registry
type: sdk
config:
canonical: "maven:io.sentry:sentry-android-ndk"
- name: registry
type: sdk
config:
canonical: "maven:io.sentry:sentry-android-timber"