Skip to content

Commit

Permalink
update to latest plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Feb 15, 2024
1 parent e9fa91b commit b46e644
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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.2"
id("net.ivoa.vo-dml.vodmltools") version "0.4.4"
`maven-publish`
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
signing
Expand Down Expand Up @@ -32,9 +32,9 @@ vodml {

/* uncomment this if not using the eclipse vodsl plugin to edit the vodsl
* or just run the vodslToVodml task manually as necessary */
//tasks.named("vodmlJavaGenerate") {
// dependsOn("vodslToVodml")
//}
tasks.named("vodmlJavaGenerate") {
dependsOn("vodslToVodml")
}

java {
toolchain {
Expand Down
4 changes: 3 additions & 1 deletion src/main/vo-dml/proposaldm.vo-dml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<title></title>
<author>Paul Harrison</author>
<version>0.3</version>
<lastModified>2023-12-19T15:33:40Z</lastModified>
<lastModified>2023-12-19T15:47:07Z</lastModified>
<import>
<name>null</name><!--should not be needed in modern vo-dml -->
<url>IVOA-v1.0.vo-dml.xml</url>
Expand Down Expand Up @@ -257,6 +257,7 @@
<minOccurs>0</minOccurs>
<maxOccurs>-1</maxOccurs>
</multiplicity>
<isOrdered>true</isOrdered>
</composition>
<composition>
<vodml-id>ObservingProposal.targets</vodml-id>
Expand Down Expand Up @@ -293,6 +294,7 @@
<minOccurs>1</minOccurs>
<maxOccurs>-1</maxOccurs>
</multiplicity>
<isOrdered>true</isOrdered>
</composition>
<composition>
<vodml-id>ObservingProposal.observations</vodml-id>
Expand Down

0 comments on commit b46e644

Please sign in to comment.