22 lines
416 B
Plaintext
22 lines
416 B
Plaintext
#
|
|
# Amdatu Blueprint blobstores feature
|
|
#
|
|
blueprint-feature.blobstores: blobstores
|
|
blueprint-repo.blobstores: https://repository.amdatu.org/amdatu-blobstores/r7/repo/index.xml.gz
|
|
|
|
#
|
|
# Build
|
|
#
|
|
-buildpath.blueprint-blobstores: \
|
|
${if;(buildfeaturesMerged[]=blobstores); \
|
|
org.amdatu.blobstores\
|
|
}
|
|
|
|
#
|
|
# Run
|
|
#
|
|
-runbundles.blueprint-blobstores: \
|
|
${if;(runfeaturesMerged[]=blobstores); \
|
|
org.amdatu.blobstores\
|
|
}
|