File tree Expand file tree Collapse file tree 3 files changed +55
-0
lines changed
content/org/webjars/swagger-ui Expand file tree Collapse file tree 3 files changed +55
-0
lines changed Original file line number Diff line number Diff line change
1
+ version=4.17.0
2
+ ok=2
3
+ ko=0
4
+ okFiles="swagger-ui-4.17.0.pom swagger-ui-4.17.0.jar"
5
+ koFiles=""
6
+ reference_java_version="17 (from MANIFEST.MF Build-Jdk-Spec)"
7
+ reference_os_name="Unix (from pom.properties newline)"
Original file line number Diff line number Diff line change
1
+ # https://reproducible-builds.org/docs/jvm/
2
+ buildinfo.version=1.0-SNAPSHOT
3
+
4
+ name=Swagger UI
5
+ group-id=org.webjars
6
+ artifact-id=swagger-ui
7
+ version=4.17.0
8
+
9
+ # source information
10
+ source.scm.uri=scm:git:https://github.com/webjars/swagger-ui.git
11
+ source.scm.tag=swagger-ui-4.17.0
12
+
13
+ # build instructions
14
+ build-tool=mvn
15
+
16
+ # build environment information (simplified for reproducibility)
17
+ java.version=17
18
+ os.name=Unix
19
+
20
+ # Maven rebuild instructions and effective environment
21
+
22
+ # output
23
+
24
+ outputs.0.filename=swagger-ui-4.17.0.pom
25
+ outputs.0.length=6152
26
+ outputs.0.checksums.sha512=b8c2109e4e219319f599cca3fcdc0dbd2df71673490c728612c7db0a945641596cd86085eb7daa5c08306563f0c067c851c3a22394563fd403778165880b5fa0
27
+
28
+ outputs.1.filename=swagger-ui-4.17.0.jar
29
+ outputs.1.length=3593485
30
+ outputs.1.checksums.sha512=bb60fe84a09e57f89b2e5138607cf2e9be16cf9693ec015223cec07805a629d17b8bf5c5b8198fff3ff1024afe81b005524623371eb04d01058f3eb02df16a89
Original file line number Diff line number Diff line change
1
+ groupId=org.webjars
2
+ artifactId=swagger-ui
3
+ version=4.17.0
4
+
5
+ display=${groupId}:${artifactId}
6
+
7
+ gitRepo=https://github.com/webjars/${artifactId}.git
8
+ gitTag=${artifactId}-${version}
9
+
10
+ tool=mvn
11
+ jdk=17
12
+ newline=lf
13
+
14
+ command="mvn clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip"
15
+ buildinfo=target/${artifactId}-${version}.buildinfo
16
+
17
+ #diffoscope=${artifactId}-${version}.diffoscope
18
+ issue=
You can’t perform that action at this time.
0 commit comments