artifactory plugin re-write the gradle.properties file and remove all comments.

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major
    • Component/s: artifactory-plugin
    • None
    • Environment:
      Jenkins LTS 1.625.1
      Ubuntu 14
      artifactory plugin 2.3.1

      after gradle release the properties file changed not only the version property. all the commentc / blanks are deleted and the prperties order changes - very hard to track changes.

      original property file

      1. Slf4J Logging
        slf4j_api = org.slf4j:slf4j-api:1.7.7
        log4j_over_slf4j = org.slf4j:log4j-over-slf4j:1.7.7
        jcl_over_slf4j = org.slf4j:jcl-over-slf4j:1.7.7
        logback_classic = ch.qos.logback:logback-classic:1.1.2
        logback_core = ch.qos.logback:logback-core:1.1.2
      1. Spring Framework
        spring_base = org.springframework:spring-context-support:4.1.6.RELEASE
        spring_mvc = org.springframework:spring-webmvc:4.1.6.RELEASE
        spring_web = org.springframework:spring-web:4.1.6.RELEASE
        spring_context = org.springframework:spring-context:4.1.6.RELEASE
        spring_test = org.springframework:spring-test:4.1.6.RELEASE
        revision=24-SNAPSHOT

      new file
      spring_test = org.springframework:spring-test:4.1.6.RELEASE
      jcl_over_slf4j = org.slf4j:jcl-over-slf4j:1.7.7
      spring_web = org.springframework:spring-web:4.1.6.RELEASE
      logback_classic = ch.qos.logback:logback-classic:1.1.2
      spring_base = org.springframework:spring-context-support:4.1.6.RELEASE
      spring_mvc = org.springframework:spring-webmvc:4.1.6.RELEASE
      log4j_over_slf4j = org.slf4j:log4j-over-slf4j:1.7.7
      spring_context = org.springframework:spring-context:4.1.6.RELEASE
      slf4j_api = org.slf4j:slf4j-api:1.7.7
      logback_core = ch.qos.logback:logback-core:1.1.2
      revision=25-SNAPSHOT

            Assignee:
            Eyal Ben Moshe
            Reporter:
            mor lajb
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: