Skip to content

Commit

Permalink
Adjust comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtapol committed Oct 3, 2024
1 parent 0745d59 commit edafe51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.graphql-java-kickstart</groupId>
<artifactId>graphql-java-tools</artifactId>
<version>14.1.0-LOCAL</version>
<version>14.2.0-LOCAL</version>
<packaging>jar</packaging>

<name>GraphQL Java Tools</name>
Expand Down Expand Up @@ -240,6 +240,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<!-- keep at 3.4.0 for JitPack to work -->
<version>3.4.0</version>
<executions>
<execution>
Expand Down Expand Up @@ -306,7 +307,6 @@
<includes>
<include>**/*Test.*</include>
</includes>
<!-- or solve this differently? tests fail-->
<argLine>--add-reads kotlin.stdlib=kotlinx.coroutines.core</argLine>
</configuration>
</plugin>
Expand Down

0 comments on commit edafe51

Please sign in to comment.