Update tycho version

To include the fix for https://github.com/eclipse-tycho/tycho/issues/958

PiperOrigin-RevId: 479370465
diff --git a/eclipse_plugin/pom.xml b/eclipse_plugin/pom.xml
index 5bd3a82..9e6acda 100644
--- a/eclipse_plugin/pom.xml
+++ b/eclipse_plugin/pom.xml
@@ -32,7 +32,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <tycho-version>2.7.3</tycho-version>
+    <tycho-version>3.0.0</tycho-version>
   </properties>
 
   <dependencies>
diff --git a/pom.xml b/pom.xml
index 4cd7afe..7066ecb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,6 @@
 
   <modules>
     <module>core</module>
-    <module>eclipse_plugin</module>
   </modules>
 
   <name>Google Java Format Parent</name>
@@ -362,5 +361,14 @@
         </plugins>
       </build>
     </profile>
+    <profile>
+      <id>eclipse</id>
+      <activation>
+        <jdk>[17,)</jdk>
+      </activation>
+      <modules>
+        <module>eclipse_plugin</module>
+      </modules>
+    </profile>
   </profiles>
 </project>