Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ allprojects {
pom {
scmUrl.set(techAzScmUrl)
scmConnection.set(techAzScmConnection)
groupId = project.group.toString()
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class AzureVaultExtension implements ServiceExtension {
@Setting(description = "If valid, ignore " + VAULT_NAME + " and use this URL as an Azure vault.")
private static final String VAULT_URL_OVERRIDE = "edc.vault.url.override";

@Setting(description = "If true, allow the usage of non-azure domains for the vault.", type = "boolean", defaultValue = "false")
@Setting(description = "If true, allow the usage of non-azure domains for the vault.", defaultValue = "false")
private static final String VAULT_URL_OVERRIDE_UNSAFE = "edc.vault.url.override.unsafe";

@Inject
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ azure-resourcemanager-storage = { group = "com.azure.resourcemanager", name = "a
azure-storageblob = { group = "com.azure", name = "azure-storage-blob", version = "12.30.0" }

[plugins]
edc-build = { id = "org.eclipse.edc.edc-build", version = "1.0.0" }
edc-build = { id = "org.eclipse.edc.edc-build", version = "1.4.0" }
shadow = { id = "com.gradleup.shadow", version = "9.2.2" }
Loading