Skip to content

Commit a3121be

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 b58c952 commit a3121be

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

fusionauth-openapi.iml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<module type="WEB_MODULE" version="4">
2+
<module type="RUBY_MODULE" version="4">
33
<component name="NewModuleRootManager" inherit-compiler-output="true">
44
<exclude-output />
55
<content url="file://$MODULE_DIR$" />
6-
<orderEntry type="inheritedJdk" />
6+
<orderEntry type="jdk" jdkName="rbenv: 3.4.2" jdkType="RUBY_SDK" />
77
<orderEntry type="sourceFolder" forTests="false" />
8+
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.6.2, rbenv: 3.4.2) [gem]" level="application" />
89
</component>
910
</module>

0 commit comments

Comments
 (0)