-
Notifications
You must be signed in to change notification settings - Fork 23
/
bleep.yaml
198 lines (198 loc) · 5.97 KB
/
bleep.yaml
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
$schema: https://raw.githubusercontent.com/oyvindberg/bleep/master/schema.json
$version: 0.0.10
jvm:
name: graalvm-community:23.0.1
projects:
bleep-cli:
dependencies:
- com.lihaoyi::pprint:0.9.0
- com.monovore::decline:2.4.1
- org.gnieh::diffson-circe:4.6.0
- org.scalameta:svm-subs:101.0.0
# note: weird binary incompatibility when bumping this for scala3
- org.typelevel::cats-core:2.9.0
- org.typelevel::cats-parse:1.0.0
dependsOn: bleep-core
extends:
- template-common
- template-cross-all
platform:
mainClass: bleep.Main
bleep-core:
dependencies:
- for3Use213: true
module: ch.epfl.scala::bloop-config:2.1.0
- for3Use213: true
module: ch.epfl.scala::bloop-rifle:2.0.5
- com.olvind.ryddig::ryddig:0.0.6
- com.swoval:file-tree-views:2.1.12
- org.typelevel::scalac-options:0.1.7
dependsOn:
- bleep-model
- bleep-nosbt
extends: template-cross-all
sources: ../liberated/sbt-tpolecat/plugin/src/main/scala
bleep-model:
dependencies:
- io.circe::circe-generic:0.14.10
- io.circe::circe-yaml-v12:1.15.0
- for3Use213: true
module: io.get-coursier::coursier-jvm:2.1.18
- for3Use213: true
module: io.get-coursier::coursier-sbt-maven-repository:2.1.18
- for3Use213: true
module: io.get-coursier::coursier:2.1.18
- org.snakeyaml:snakeyaml-engine:2.8
extends: template-cross-all
sourcegen:
main: bleep.scripts.GenerateResources
project: scripts-init
bleep-nosbt:
dependencies:
- for3Use213: true
module: com.eed3si9n::sjson-new-scalajson:0.13.1
- org.scala-lang.modules::scala-xml:2.3.0
extends: template-cross-all
scala:
strict: false
sources:
- ../liberated/librarymanagement/core/src/main/contraband-scala
- ../liberated/librarymanagement/core/src/main/java
- ../liberated/librarymanagement/core/src/main/scala
bleep-plugin-ci-release:
dependsOn:
- bleep-plugin-dynver
- bleep-plugin-pgp
- bleep-plugin-sonatype
extends:
- template-cross-all
- template-parcollection-ok
sources: ../liberated/sbt-ci-release/plugin/src/main/scala
bleep-plugin-dynver:
dependsOn: bleep-core
extends: template-cross-all
sources:
- ../liberated/sbt-dynver/dynver/src/main/scala
- ../liberated/sbt-dynver/sbtdynver/src/main/scala
bleep-plugin-git-versioning:
dependencies: se.sawano.java:alphanumeric-comparator:2.0.0
dependsOn: bleep-core
extends: template-cross-all
sources: ../liberated/sbt-git-versioning/src/main/scala
bleep-plugin-jni:
dependencies: org.ow2.asm:asm:9.7.1
dependsOn: bleep-core
extends: template-cross-all
sources:
- ../liberated/sbt-jni/core/src/main/scala
- ../liberated/sbt-jni/plugin/src/main/java
- ../liberated/sbt-jni/plugin/src/main/scala
bleep-plugin-mdoc:
dependencies: org.jsoup:jsoup:1.18.1
dependsOn: bleep-core
extends: template-cross-all
sources: ../liberated/mdoc/mdoc-sbt/src/main/scala
bleep-plugin-native-image:
dependencies:
- com.lihaoyi::os-lib:0.11.3
- org.ow2.asm:asm:9.7.1
dependsOn: bleep-core
extends: template-cross-all
resources: ../liberated/sbt-native-image/plugin/src/main/resources
sources: ../liberated/sbt-native-image/plugin/src/main/scala
bleep-plugin-pgp:
dependencies:
- com.eed3si9n::gigahorse-okhttp:0.7.0
- org.bouncycastle:bcpg-jdk15on:1.70
- org.scala-lang.modules::scala-parser-combinators:2.4.0
dependsOn: bleep-core
extends: template-cross-all
sources:
- ../liberated/sbt-pgp/gpg-library/src/main/scala
- ../liberated/sbt-pgp/sbt-pgp/src/main/scala
bleep-plugin-scalafix:
dependencies: ch.epfl.scala:scalafix-interfaces:0.13.0
dependsOn: bleep-core
extends: template-cross-all
sources: ../liberated/mill-scalafix/mill-scalafix/src
bleep-plugin-sonatype:
dependencies:
- com.lumidion::sonatype-central-client-sttp-core:0.3.0
- com.lumidion::sonatype-central-client-upickle:0.3.0
- com.softwaremill.sttp.client4::slf4j-backend:4.0.0-M16
- com.softwaremill.sttp.client4::upickle:4.0.0-M16
- org.sonatype.spice.zapper:spice-zapper:1.3
- org.wvlet.airframe::airframe-http:24.11.0
dependsOn: bleep-core
extends:
- template-cross-all
- template-parcollection-ok
sources: ../liberated/sbt-sonatype/src/main/scala
bleep-tests:
dependencies: org.scalatest::scalatest:3.2.19
dependsOn: bleep-cli
extends:
- template-common
- template-scala-3
isTestProject: true
scripts:
dependsOn:
- bleep-plugin-ci-release
- bleep-plugin-mdoc
- bleep-plugin-native-image
- bleep-plugin-scalafix
extends:
- template-common
- template-scala-3
scripts-init:
dependencies: build.bleep::bleep-plugin-dynver:${BLEEP_VERSION}
extends:
- template-common
- template-scala-3
scripts:
generate-docs:
main: bleep.scripts.GenDocumentation
project: scripts
generate-videos:
main: bleep.scripts.GenDemoVideos
project: scripts
it:
main: bleep.scripts.It
project: scripts
my-publish-local:
main: bleep.scripts.PublishLocal
project: scripts
native-image:
main: bleep.scripts.GenNativeImage
project: scripts
publish:
main: bleep.scripts.Publish
project: scripts
scalafix:
main: bleep.scripts.Scalafix
project: scripts
templates:
template-common:
java:
options: -proc:none
platform:
name: jvm
scala:
options: -encoding utf8 -feature -language:experimental.macros -language:higherKinds
-language:implicitConversions -unchecked
strict: true
template-cross-all:
cross:
jvm213:
scala:
options: -Xsource:3
version: 2.13.11
jvm3:
extends: template-scala-3
extends: template-common
template-parcollection-ok:
libraryVersionSchemes: org.scala-lang.modules::scala-parallel-collections:always
template-scala-3:
scala:
options: -source 3.3
version: 3.3.3