From fc38e4c0433b1f5f3f38eda8a19df0d2a7c3b562 Mon Sep 17 00:00:00 2001 From: Chad Wilson <29788154+chadlwilson@users.noreply.github.com> Date: Thu, 23 Jul 2026 20:04:26 +0800 Subject: [PATCH] test: re-enable rails7 integration spec now activerecord issue is fixed with JRuby 10.1.1 --- Mavenfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mavenfile b/Mavenfile index 9e966649..2cb2b530 100644 --- a/Mavenfile +++ b/Mavenfile @@ -44,6 +44,6 @@ plugin :invoker, '3.10.1' do :goals => ['verify'], :projectsDirectory => 'integration', :pomIncludes => [ '*/pom.xml' ], - :pomExcludes => Java::JavaLang::System.getProperty('jruby.version').start_with?('10.1') ? ['rails7_test/pom.xml'] : [], + :pomExcludes => [], :streamLogs => true ) end