mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 05:10:55 +00:00
stdlib: generate stdlib.manifest
This commit is contained in:
@ -1,11 +1,19 @@
|
||||
plugins {
|
||||
id("gay.pizza.pork.module")
|
||||
id("gay.pizza.pork.stdlib")
|
||||
}
|
||||
|
||||
tasks.processResources {
|
||||
dependsOn(tasks.generateStdlibManifest)
|
||||
inputs.file(tasks.generateStdlibManifest.get().stdlibManifestFile)
|
||||
|
||||
from("src/main/pork") {
|
||||
into("pork/stdlib")
|
||||
}
|
||||
|
||||
from(tasks.generateStdlibManifest.get().outputs) {
|
||||
into("pork")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Reference in New Issue
Block a user