Skip to content

Commit efef525

Browse files
committed
Ignore trellis snapshot dependencies for quarkus in release contexts
1 parent b3e30db commit efef525

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

platform/quarkus/build.gradle

+5
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,9 @@ java {
101101
}
102102
}
103103

104+
// This subproject is not part of the release and its dependencies should not
105+
// be considered during the release process.
106+
release {
107+
ignoredSnapshotDependencies = installForQuarkus.collect { "org.trellisldp:" + it }
108+
}
104109

0 commit comments

Comments
 (0)