mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -05:00
Support downloading additional artifacts (sources, javadoc, etc.)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.nixos.gradle2nix.model
|
||||
|
||||
enum class ArtifactType {
|
||||
DOXYGEN,
|
||||
JAVADOC,
|
||||
SAMPLES,
|
||||
SOURCES,
|
||||
USERMANUAL,
|
||||
}
|
||||
@@ -2,3 +2,4 @@ package org.nixos.gradle2nix.model
|
||||
|
||||
const val RESOLVE_PROJECT_TASK = "resolveProjectArtifacts"
|
||||
const val RESOLVE_ALL_TASK = "resolveAllArtifacts"
|
||||
const val ARTIFACTS_PROPERTY = "org.nixos.gradle2nix.artifacts"
|
||||
|
||||
Reference in New Issue
Block a user