Ignore:
Timestamp:
2016-07-21T03:12:55+02:00 (10 years ago)
Author:
donvip
Message:

see #josm11390 - switch to Java 8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary/build.gradle

    r32652 r32680  
    66apply plugin: 'pmd'
    77
    8 sourceCompatibility = '1.7'
     8sourceCompatibility = '1.8'
    99
    1010repositories {
     
    3232  // The JOSM-version can be specified as "latest", "tested" or the numeric version number.
    3333  // When using a numeric version number you can leave out {changing=true}.
    34   compile(':josm:10485')
     34  compile(':josm:10580')
    3535  // For plugins it's irrelevant, which version is specified, always the latest version is used.
    3636  compile (name: 'apache-commons'){changing=true}
Note: See TracChangeset for help on using the changeset viewer.