Skip to content

Commit

Permalink
Exclude example from build
Browse files Browse the repository at this point in the history
  • Loading branch information
ryn5 committed Oct 5, 2023
1 parent bf51fd5 commit 4155787
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gremlin-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,18 @@ limitations under the License.
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>11</source>
<target>11</target>
<excludes>
<exclude>example/**</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 4155787

Please sign in to comment.