Skip to content

Commit fbcb9ca

Browse files
one directory to rule them all (#1214)
* one directory to rule them all * sync java client * Fix IJ build of java client - ../fusionauth-ij/queries was an unneeded directory, removed it in project structure - IJ complained plugin-api had src/main/java twice. Removed that and java client built properly * Can now run a test - Fix Java 21 stuff with byte code target - We were missing compiler options re: additional modules * Add default TestNG VM params Should make https://github.com/fusionauth-eng/fusionauth-developer?tab=readme-ov-file#default-test-run-config redundant * Add missing debug config * Don't fail the IML/POM check unless GHA is running * We don't need debug output anymore * We don't need this anymore, but show file details if off * Not using this flag anymore * sb idea removes these And we should not need them (tests compile and run without this) * We need the copyright stuff in here too --------- Co-authored-by: Brady Wied <brady.wied@fusionauth.io>
1 parent 0c042b1 commit fbcb9ca

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

fusionauth-java-client.iml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<output url="file://$MODULE_DIR$/build/classes/main" />
1010
<output-test url="file://$MODULE_DIR$/build/classes/test" />
1111
<exclude-output />
12-
<content url="file://$MODULE_DIR$/../fusionauth-ij/queries" />
1312
<content url="file://$MODULE_DIR$">
1413
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
1514
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
@@ -140,6 +139,5 @@
140139
</SOURCES>
141140
</library>
142141
</orderEntry>
143-
<orderEntry type="library" name="Python 3.12 interpreter library" level="application" />
144142
</component>
145143
</module>

0 commit comments

Comments
 (0)