Skip to content

Commit

Permalink
fix: fixed JBang tags
Browse files Browse the repository at this point in the history
  • Loading branch information
quintesse committed Jul 11, 2024
1 parent 7d971f5 commit 4a26ff6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/codejive/jpm/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
//DEPS info.picocli:picocli:4.7.6
//DEPS com.google.code.gson:gson:2.11.0
//DEPS org.slf4j:slf4j-api:2.0.13 org.slf4j:slf4j-simple:2.0.13
//SOURCES Jpm.java json/AppInfo.java util/FileUtils.java util/ResolverUtils.java util/SyncStats.java
//SOURCES Jpm.java json/AppInfo.java util/FileUtils.java util/ResolverUtils.java util/SearchUtils.java
//SOURCES util/SearchResult.java util/SyncStats.java util/Version.java
// spotless:on

package org.codejive.jpm;
Expand Down

0 comments on commit 4a26ff6

Please sign in to comment.