Skip to content

Commit

Permalink
feat(spi): introduce new settings package IQSS#10000
Browse files Browse the repository at this point in the history
With this package, we will move most of the logic for lookups of JVM options to this package.
Future plugins but also the main codebase will benefit from all the logic in one place.
  • Loading branch information
poikilotherm committed Oct 12, 2023
1 parent a963180 commit 1e6e1ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dataverse-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>io.gdcc</groupId>
<artifactId>dataverse-spi</artifactId>
<version>2.0.0${project.version.suffix}</version>
<version>2.1.0${project.version.suffix}</version>
<packaging>jar</packaging>

<name>Dataverse SPI Plugin API</name>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package io.gdcc.settings;

0 comments on commit 1e6e1ec

Please sign in to comment.