Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8169552

fix old jar list in build.gradle

XMLWordPrintable


      The list of checked jars in build/libs is wrong....

      diff --git a/build.gradle b/build.gradle
      --- a/build.gradle
      +++ b/build.gradle
      @@ -1753,7 +1753,7 @@
               libsDir.mkdirs();
       
               def allLibsPresent = true
      - def libNames = ["antlr-3.1.3.jar", "stringtemplate-3.2.jar", "antlr-runtime-3.1.3.jar"]
      + def libNames = [ "antlr-complete-3.5.2.jar" ]
               libNames.each { name ->
                   File f = new File(libsDir, name)
                   if (!f.exists()) allLibsPresent = false

            ddhill David Hill (Inactive)
            ddhill David Hill (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: