Changes between Initial Version and Version 1 of Ticket #23505, comment 2


Ignore:
Timestamp:
2024-02-20T16:50:42+01:00 (20 months ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23505, comment 2

    initial v1  
    55Ideally, yes. It ''shouldn't'' be a problem to compile with a newer version of Java though. I usually compile with Java 8 just to avoid any ''potential'' issues, and to reduce the differences between builds.
    66
    7 See [source:osm/applications/editors/josm/plugins/build-common.xml@36208:31#L31 java.lang.version].
     7See [source:osm/applications/editors/josm/plugins/build-common.xml@36208:31,124#L31 java.lang.version].
     8
     9EDIT: There is a 99.9999% chance of no issues if you compile with Java 21, for example. Assuming that the plugin is using `build-common.xml` and hasn't overridden `java.lang.version` somehow.