Skip to content

Commit

Permalink
fix minus
Browse files Browse the repository at this point in the history
  • Loading branch information
leaves12138 committed Apr 7, 2024
1 parent 61af77f commit 875a99b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions paimon-common/jd-gui.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" ?>
<configuration>
<gui>
<mainWindow>
<location x="564" y="358"></location>
<size w="600" h="400"></size>
<maximize>false</maximize>
</mainWindow>
<lookAndFeel>com.apple.laf.AquaLookAndFeel</lookAndFeel>
</gui>
<recentFilePaths>
<filePath>/Users/yejunhao/project/incubator-paimon2/paimon-common/target/paimon-common-0.8-SNAPSHOT.jar</filePath>
</recentFilePaths>
<recentDirectories>
<loadPath>/Users/yejunhao/project/incubator-paimon2/paimon-common</loadPath>
<savePath>/Users/yejunhao/project/incubator-paimon2/paimon-common</savePath>
</recentDirectories>
<preferences>
<JdGuiPreferences.errorBackgroundColor>0xFF6666</JdGuiPreferences.errorBackgroundColor>
<JdGuiPreferences.jdCoreVersion>1.1.3</JdGuiPreferences.jdCoreVersion>
</preferences>
</configuration>
4 changes: 2 additions & 2 deletions paimon-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ under the License.
<shadedPattern>org.apache.paimon.shade.org.roaringbitmap</shadedPattern>
</relocation>
<relocation>
<pattern>net.openhft</pattern>
<shadedPattern>org.apache.paimon.shade.net.openhft</shadedPattern>
<pattern>net.openhft.hashing</pattern>
<shadedPattern>org.apache.paimon.shade.net.openhft.hashing</shadedPattern>
</relocation>
</relocations>
<minimizeJar>true</minimizeJar>
Expand Down

0 comments on commit 875a99b

Please sign in to comment.