Changeset 32867 in osm for applications/editors/josm
- Timestamp:
- 2016-08-22T13:47:49+02:00 (8 years ago)
- Location:
- applications/editors/josm/plugins/mapillary
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/gradle.properties
r32693 r32867 14 14 plugin.jar.name=Mapillary 15 15 16 tool.pmd.version=5.5. 016 tool.pmd.version=5.5.1 17 17 tool.findbugs.version=3.0.1 18 18 tool.jacoco.version=0.7.7.201606060606 -
applications/editors/josm/plugins/mapillary/gradle/tool-config.gradle
r32693 r32867 26 26 toolVersion project.property('tool.pmd.version') 27 27 ignoreFailures true 28 targetJdk 1.7 // 1.8 is not yet available (as of Gradle 2.14.1, see https://docs.gradle.org/current/javadoc/org/gradle/api/plugins/quality/TargetJdk.html)28 targetJdk 1.7 // 1.8 is not yet available (as of Gradle 3.0, see https://docs.gradle.org/current/javadoc/org/gradle/api/plugins/quality/TargetJdk.html) 29 29 ruleSetConfig = resources.text.fromFile('config/pmd/ruleset.xml') 30 30 } -
applications/editors/josm/plugins/mapillary/gradle/wrapper/gradle-wrapper.properties
r32693 r32867 3 3 zipStoreBase=GRADLE_USER_HOME 4 4 zipStorePath=wrapper/dists 5 distributionUrl=https\://services.gradle.org/distributions/gradle- 2.14.1-all.zip6 distributionSha256Sum= 88a910cdf2e03ebbb5fe90f7ecf534fc9ac22e12112dc9a2fee810c598a760915 distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-all.zip 6 distributionSha256Sum=9c8b7564ea6a911b5b9fcadd60f3a6cea4238413c8b1e1dd14400a50954aab99 -
applications/editors/josm/plugins/mapillary/gradlew
r32285 r32867 162 162 JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME" 163 163 164 # by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong 165 if [[ "$(uname)" == "Darwin" ]] && [[ "$HOME" == "$PWD" ]]; then 166 cd "$(dirname "$0")" 167 fi 168 164 169 exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@" -
applications/editors/josm/plugins/mapillary/gradlew.bat
r32285 r32867 50 50 51 51 if not "%OS%" == "Windows_NT" goto win9xME_args 52 if "%@eval[2+2]" == "4" goto 4NT_args53 52 54 53 :win9xME_args … … 61 60 62 61 set CMD_LINE_ARGS=%* 63 goto execute64 65 :4NT_args66 @rem Get arguments from the 4NT Shell from JP Software67 set CMD_LINE_ARGS=%$68 62 69 63 :execute
Note:
See TracChangeset
for help on using the changeset viewer.