Skip to content

Commit

Permalink
update to vodml 0.5.0 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Apr 26, 2024
1 parent ab1f920 commit 3bc0527
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.gradle.kotlin.dsl.accessors.runtime.addDependencyTo

plugins {
id("net.ivoa.vo-dml.vodmltools") version "0.4.5"
id("net.ivoa.vo-dml.vodmltools") version "0.5.0"
`maven-publish`
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
signing
Expand Down Expand Up @@ -35,6 +35,9 @@ vodml {
tasks.named("vodmlJavaGenerate") {
dependsOn("vodslToVodml")
}
tasks.named("vodmlSchema") {
dependsOn("vodslToVodml")
}

tasks.named("vodmlSite") {
dependsOn("vodslToVodml")
Expand Down

0 comments on commit 3bc0527

Please sign in to comment.