Skip to content

Commit

Permalink
Working
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Aug 25, 2023
1 parent 2b6e92e commit a00dbe0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion build.savant
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ project(group: "io.fusionauth", name: "fusionauth-jwt-eddsa", version: "1.0.0",
dependency = loadPlugin(id: "org.savantbuild.plugin:dependency:2.0.0-RC.6")
java = loadPlugin(id: "org.savantbuild.plugin:java:2.0.0-RC.6")
javaTestNG = loadPlugin(id: "org.savantbuild.plugin:java-testng:2.0.0-RC.6")
groovy = loadPlugin(id: "org.savantbuild.plugin:groovy:2.0.0-RC.6")
idea = loadPlugin(id: "org.savantbuild.plugin:idea:2.0.0-RC.7")
release = loadPlugin(id: "org.savantbuild.plugin:release-git:2.0.0-RC.6")

Expand Down
7 changes: 4 additions & 3 deletions fusionauth-jwt-eddsa.iml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/.savant/cache/org/testng/testng/7.8.0/testng-7.8.0-sources.jar!/" />
<root url="jar://$MODULE_DIR$/.savant/cache/org/testng/testng/7.8.0/testng-7.8.0-src.jar!/" />
</SOURCES>
</library>
</orderEntry>
Expand Down Expand Up @@ -64,7 +64,7 @@
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/.savant/cache/org/webjars/jquery/3.6.1/jquery-3.6.1-sources.jar!/" />
<root url="jar://$MODULE_DIR$/.savant/cache/org/webjars/jquery/3.6.1/jquery-3.6.1-src.jar!/" />
</SOURCES>
</library>
</orderEntry>
Expand Down Expand Up @@ -102,4 +102,5 @@
</library>
</orderEntry>
</component>
</module>
</module>

0 comments on commit a00dbe0

Please sign in to comment.