Skip to content

Changes

Summary

  1. Update IJ meta data (details)
  2. Fix timestamp length to fit into an integer (details)
  3. Update IJ meta data (details)
The file was modified org.eclipse.scout.sdk.s2e.test/org.eclipse.scout.sdk.s2e.test.iml (diff)
The file was modified org.eclipse.scout.sdk.core.s.test/org.eclipse.scout.sdk.core.s.test.iml (diff)
The file was modified org.eclipse.scout.sdk.s2e.ui/org.eclipse.scout.sdk.s2e.ui.iml (diff)
Commit 95d833e554bf345ef0b94ed21c87b1638085c01e by Matthias Villiger
Fix timestamp length to fit into an integer

The segments of an IntelliJ plugin version must be valid integers. A
timestamp generated with the date pattern yyMMddHHmm results e.g. in
2201100911 (=2.2Mrd) which is larger than the Integer max value
2147483648 (2^31=2.1Mrd)
The file was modified org.eclipse.scout.sdk.s2i/build.gradle.kts (diff)
The file was modified org.eclipse.scout.sdk.core.s.test/org.eclipse.scout.sdk.core.s.test.iml (diff)
The file was modified org.eclipse.scout.sdk.s2e.test/org.eclipse.scout.sdk.s2e.test.iml (diff)