Skip to content

Commit ecc1062

Browse files
committed
pombast: move status section up
1 parent 7fd534f commit ecc1062

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pombast.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
default-java-version = 8
33
repositories = ["scijava.public=https://maven.scijava.org/content/groups/public"]
44

5+
[status]
6+
rules = "rules.xml"
7+
projects = "projects.txt"
8+
badges = "ci-badges.txt"
9+
timestamps = "timestamps.txt"
10+
html = "index.html"
11+
header = "header.html"
12+
footer = "footer.html"
13+
514
[melt]
615
java-version = 11
716
template = "tests/mega-melt-template.xml"
@@ -204,12 +213,3 @@ skip-tests = [
204213

205214
[components."net.imglib2:imglib2-mesh"]
206215
"java-version" = 11
207-
208-
[status]
209-
rules = "rules.xml"
210-
projects = "projects.txt"
211-
badges = "ci-badges.txt"
212-
timestamps = "timestamps.txt"
213-
html = "index.html"
214-
header = "header.html"
215-
footer = "footer.html"

0 commit comments

Comments
 (0)