Skip to content

Commit 74dd1d8

Browse files
authored
Fix eadr missing (#14043)
* add eadr * preserver module * export all packages
1 parent 1460cca commit 74dd1d8

File tree

6 files changed

+118
-1
lines changed

6 files changed

+118
-1
lines changed

build-logic/src/main/kotlin/org.jabref.gradle.base.dependency-rules.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,10 @@ extraJavaModuleInfo {
221221
overrideModuleName()
222222
exportAllPackages()
223223
}
224-
module("io.github.adr:e-adr", "io.github.adr")
224+
module("io.github.adr:e-adr", "io.github.adr") {
225+
patchRealModule()
226+
exportAllPackages()
227+
}
225228
module("io.github.java-diff-utils:java-diff-utils", "io.github.javadiffutils")
226229
module("io.zonky.test.postgres:embedded-postgres-binaries-darwin-amd64", "embedded.postgres.binaries.darwin.amd64")
227230
module("io.zonky.test.postgres:embedded-postgres-binaries-darwin-arm64v8", "embedded.postgres.binaries.darwin.arm64v8")
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
{
2+
"formatVersion": "1.1",
3+
"component": {
4+
"group": "io.github.adr",
5+
"module": "e-adr",
6+
"version": "2.0.0-SNAPSHOT",
7+
"attributes": {
8+
"org.gradle.status": "integration"
9+
}
10+
},
11+
"createdBy": {
12+
"gradle": {
13+
"version": "9.1.0"
14+
}
15+
},
16+
"variants": [
17+
{
18+
"name": "apiElements",
19+
"attributes": {
20+
"org.gradle.category": "library",
21+
"org.gradle.dependency.bundling": "external",
22+
"org.gradle.jvm.version": 17,
23+
"org.gradle.libraryelements": "jar",
24+
"org.gradle.usage": "java-api"
25+
},
26+
"files": [
27+
{
28+
"name": "e-adr-2.0.0-SNAPSHOT.jar",
29+
"url": "e-adr-2.0.0-SNAPSHOT.jar",
30+
"size": 9126,
31+
"sha512": "fb3b869899f88b39e7ff6d52be5ecd3f53ff5c94b06c043b91ede3891b5e6dc5b49580c6293770eeea50d8715379f142601ab4786344dd16caff5f49463f4004",
32+
"sha256": "386c9566218663b15de9142b52ab52776ab62836764701c25789c8e68dde4ce1",
33+
"sha1": "73e4f813ea70e55c61f5ea40e59a48a32c189946",
34+
"md5": "06871b5c1f81bddfce8029e61d8557b3"
35+
}
36+
]
37+
},
38+
{
39+
"name": "runtimeElements",
40+
"attributes": {
41+
"org.gradle.category": "library",
42+
"org.gradle.dependency.bundling": "external",
43+
"org.gradle.jvm.version": 17,
44+
"org.gradle.libraryelements": "jar",
45+
"org.gradle.usage": "java-runtime"
46+
},
47+
"files": [
48+
{
49+
"name": "e-adr-2.0.0-SNAPSHOT.jar",
50+
"url": "e-adr-2.0.0-SNAPSHOT.jar",
51+
"size": 9126,
52+
"sha512": "fb3b869899f88b39e7ff6d52be5ecd3f53ff5c94b06c043b91ede3891b5e6dc5b49580c6293770eeea50d8715379f142601ab4786344dd16caff5f49463f4004",
53+
"sha256": "386c9566218663b15de9142b52ab52776ab62836764701c25789c8e68dde4ce1",
54+
"sha1": "73e4f813ea70e55c61f5ea40e59a48a32c189946",
55+
"md5": "06871b5c1f81bddfce8029e61d8557b3"
56+
}
57+
]
58+
},
59+
{
60+
"name": "sourcesElements",
61+
"attributes": {
62+
"org.gradle.category": "documentation",
63+
"org.gradle.dependency.bundling": "external",
64+
"org.gradle.docstype": "sources",
65+
"org.gradle.usage": "java-runtime"
66+
},
67+
"files": [
68+
{
69+
"name": "e-adr-2.0.0-SNAPSHOT-sources.jar",
70+
"url": "e-adr-2.0.0-SNAPSHOT-sources.jar",
71+
"size": 6131,
72+
"sha512": "989a56949008dca82959b7e00d6f0e9734bb1e3da547ef4488e9547c5ed80c2c3dffe08d747f1bcb05ac4c7e3fc69e23935bc18e0854def897b36ae875218e29",
73+
"sha256": "6b16d64a19f783f988f45071f37e66a9bee1a09c58ef4fda8d0cf4c9ee751be4",
74+
"sha1": "58f983c9a0ed22eacc4c4c3bc834e8a2b4314a4b",
75+
"md5": "7dd38447818d0760553913ab8c4ac6a0"
76+
}
77+
]
78+
}
79+
]
80+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4+
<!-- This module was also published with a richer model, Gradle metadata, -->
5+
<!-- which should be used instead. Do not delete the following line which -->
6+
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
7+
<!-- that they should prefer consuming it instead. -->
8+
<!-- do_not_remove: published-with-gradle-metadata -->
9+
<modelVersion>4.0.0</modelVersion>
10+
<groupId>io.github.adr</groupId>
11+
<artifactId>e-adr</artifactId>
12+
<version>2.0.0-SNAPSHOT</version>
13+
<name>e-adr</name>
14+
<description>Architectural Decision Records embedded in Java code</description>
15+
<url>https://github.com/adr/e-addr/</url>
16+
<inceptionYear>2017</inceptionYear>
17+
<licenses>
18+
<license>
19+
<name>EPL-2.0</name>
20+
</license>
21+
</licenses>
22+
<developers>
23+
<developer>
24+
<id>koppor</id>
25+
<name>Oliver Kopp</name>
26+
<url>https://github.com/koppor/</url>
27+
</developer>
28+
</developers>
29+
<scm>
30+
<connection>scm:git:https://github.com/adr/e-adr.git</connection>
31+
<developerConnection>scm:git:github.com:adr/e-adr.git</developerConnection>
32+
<url>https://github.com/adr/e-adr</url>
33+
</scm>
34+
</project>

0 commit comments

Comments
 (0)