Skip to content

Commit aaeef31

Browse files
committed
Update build.gradle and template.xsd
1 parent bdedf38 commit aaeef31

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ plugins {
22
id 'java'
33
id 'maven-publish'
44
id 'com.github.johnrengelman.shadow' version '7.0.0'
5-
id 'org.openjfx.javafxplugin' version '0.0.10'
65
}
76

87
group 'dev.hephaestus'
9-
version '0.5.2'
8+
version '0.5.3'
109

1110
java {
1211
withSourcesJar()
@@ -33,7 +32,7 @@ dependencies {
3332
implementation(shadow('org.graalvm.js:js:21.1.0'))
3433
implementation(shadow('org.graalvm.js:js-scriptengine:21.1.0'))
3534
implementation(shadow('com.github.yuchi:npm-semver:1.0.0'))
36-
implementation('dev.hephaestus:proximity-mtg:1.0.31')
35+
implementation('dev.hephaestus:proximity-mtg:1.0.44')
3736
}
3837

3938
test {
@@ -50,6 +49,9 @@ jar {
5049
}
5150
}
5251

52+
jar.archiveClassifier.set("slim")
53+
shadowJar.archiveClassifier.set("")
54+
5355
publishing {
5456
publications {
5557
mavenJava(MavenPublication) {

template.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@
272272
<xs:element type="AttributeModifierType" name="AttributeModifier" minOccurs="0" maxOccurs="unbounded"/>
273273
<xs:element type="GroupType" name="Mask" minOccurs="0" maxOccurs="1"/>
274274
<xs:element type="GroupType" name="Erase" minOccurs="0" maxOccurs="1"/>
275+
<xs:element type="GroupType" name="Color" minOccurs="0" maxOccurs="1"/>
275276
<xs:element type="CardModifierType" name="CardModifier" minOccurs="0" maxOccurs="unbounded"/>
276277
</xs:sequence>
277278
<xs:attribute type="id_type" name="id" use="optional"/>

0 commit comments

Comments
 (0)