File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
87group ' dev.hephaestus'
9- version ' 0.5.2 '
8+ version ' 0.5.3 '
109
1110java {
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
3938test {
5049 }
5150}
5251
52+ jar. archiveClassifier. set(" slim" )
53+ shadowJar. archiveClassifier. set(" " )
54+
5355publishing {
5456 publications {
5557 mavenJava(MavenPublication ) {
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments