You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/10/28 18:40:22 UTC

[GitHub] [solr] risdenk commented on pull request #1147: SOLR-16508: Upgrade gradle wrapper to 7.6

risdenk commented on PR #1147:
URL: https://github.com/apache/solr/pull/1147#issuecomment-1295333521

   Here are the errors so far:
   
   ```
   ➜  solr git:(SOLR-16508) ./gradlew clean
   To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.6-milestone-1/userguide/gradle_daemon.html#sec:disabling_the_daemon.
   Daemon will be stopped at the end of the build
   
   FAILURE: Build completed with 2 failures.
   
   1: Task failed with an exception.
   -----------
   * Where:
   Script '/Users/risdenk/repos/apache/solr/gradle/testing/alternative-jdk-support.gradle' line: 89
   
   * What went wrong:
   A problem occurred evaluating script.
   > No signature of method: org.gradle.internal.jvm.inspection.CachingJvmMetadataDetector.getMetadata() is applicable for argument types: (File) values: [/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home]
     Possible solutions: getMetadata(org.gradle.jvm.toolchain.internal.InstallationLocation), getMetaClass()
   
   * Try:
   > Run with --stacktrace option to get the stack trace.
   > Run with --info or --debug option to get more log output.
   > Run with --scan to get full insights.
   ==============================================================================
   
   2: Task failed with an exception.
   -----------
   * Where:
   Script '/Users/risdenk/repos/apache/solr/gradle/java/javac.gradle' line: 58
   
   * What went wrong:
   A problem occurred evaluating project ':solr:benchmark'.
   > Failed to apply plugin class 'org.gradle.api.plugins.JavaPlugin'.
      > Could not get unknown property 'runtimeJavaVersion' for root project 'solr-root' of type org.gradle.api.Project.
   
   * Try:
   > Run with --stacktrace option to get the stack trace.
   > Run with --info or --debug option to get more log output.
   > Run with --scan to get full insights.
   ==============================================================================
   
   * Get more help at https://help.gradle.org
   
   BUILD FAILED in 5s
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org