From c2af4a97fd84515bb576174b6cd2b23b9796d319 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Wed, 12 May 2021 16:41:42 +0530 Subject: [PATCH] Fix sporadic build errors (#4453) Because of the Java version not being explicitly set in this plugin, the build of the whole project fails sporadically in IntelliJ since it's trying to compile the code as Java 8, which will obviously fail. --- app/server/appsmith-plugins/rapidApiPlugin/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/server/appsmith-plugins/rapidApiPlugin/pom.xml b/app/server/appsmith-plugins/rapidApiPlugin/pom.xml index 1ee8b7b3fd..7a98a62c40 100644 --- a/app/server/appsmith-plugins/rapidApiPlugin/pom.xml +++ b/app/server/appsmith-plugins/rapidApiPlugin/pom.xml @@ -19,6 +19,7 @@ UTF-8 + 11 ${java.version} ${java.version} rapidapi-plugin