-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Labels
bugIncorrect, unexpected, or unintended behavior of existing codeIncorrect, unexpected, or unintended behavior of existing codebuildAffects the build system or other automationAffects the build system or other automation
Milestone
Description
Description
We noticed that the jspecify version entry is missing, causing publishing problems with jbang. There is no definition for the version at the top.
<dependency>
<groupId>org.jspecify</groupId>
<artifactId>jspecify</artifactId>
<version>${jspecify.version}</version>
</dependency>
Configuration
Version: 2.25
Operating system: macos/linux
JDK: 24
Logs
Error: [ERROR] Could not resolve dependencies: The following artifacts could not be resolved: org.jspecify:jspecify:jar:${jspecify.version} (absent):
Could not find artifact org.jspecify:jspecify:jar:${jspecify.version} in mavencentral (https://repo1.maven.org/maven2/)
Refs JabRef/jabref#13371
Reproduction
[An isolated test reproducing the test.
JUnit tests similar to the ones in the code base are extremely appreciated.]
Metadata
Metadata
Assignees
Labels
bugIncorrect, unexpected, or unintended behavior of existing codeIncorrect, unexpected, or unintended behavior of existing codebuildAffects the build system or other automationAffects the build system or other automation
Type
Projects
Status
Done