We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0745d59 commit edafe51Copy full SHA for edafe51
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.graphql-java-kickstart</groupId>
6
<artifactId>graphql-java-tools</artifactId>
7
- <version>14.1.0-LOCAL</version>
+ <version>14.2.0-LOCAL</version>
8
<packaging>jar</packaging>
9
10
<name>GraphQL Java Tools</name>
@@ -240,6 +240,7 @@
240
<plugin>
241
<groupId>org.codehaus.mojo</groupId>
242
<artifactId>build-helper-maven-plugin</artifactId>
243
+ <!-- keep at 3.4.0 for JitPack to work -->
244
<version>3.4.0</version>
245
<executions>
246
<execution>
@@ -306,7 +307,6 @@
306
307
<includes>
308
<include>**/*Test.*</include>
309
</includes>
- <!-- or solve this differently? tests fail-->
310
<argLine>--add-reads kotlin.stdlib=kotlinx.coroutines.core</argLine>
311
</configuration>
312
</plugin>
0 commit comments