Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: palantir/gradle-graal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e4bfcf345dbe2dfb46985ddadde3b33478e59ede
Choose a base ref
..
head repository: palantir/gradle-graal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2b920b403dd010fbac8ca08098b202ebdaec8b0c
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 gradle/exception
4 changes: 2 additions & 2 deletions gradle/exception
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ Build file '/repo/build.gradle' line: 87

* What went wrong:
A problem occurred evaluating root project 'gradle-graal'.
> Could not find method pluginBundle() for arguments [build_ajob05ukkg85ujlwm4jool6f6$_run_closure5@104dd1eb] on root project 'gradle-graal' of type org.gradle.api.Project.
> Could not find method pluginBundle() for arguments [build_ajob05ukkg85ujlwm4jool6f6$_run_closure5@257743fc] on root project 'gradle-graal' of type org.gradle.api.Project.

* Try:
> Run with --info or --debug option to get more log output.
@@ -175,7 +175,7 @@ org.gradle.api.GradleScriptException: A problem occurred evaluating root project
at org.gradle.launcher.daemon.server.DaemonStateCoordinator$1.run(DaemonStateCoordinator.java:297)
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:47)
Caused by: org.gradle.internal.metaobject.AbstractDynamicObject$CustomMessageMissingMethodException: Could not find method pluginBundle() for arguments [build_ajob05ukkg85ujlwm4jool6f6$_run_closure5@104dd1eb] on root project 'gradle-graal' of type org.gradle.api.Project.
Caused by: org.gradle.internal.metaobject.AbstractDynamicObject$CustomMessageMissingMethodException: Could not find method pluginBundle() for arguments [build_ajob05ukkg85ujlwm4jool6f6$_run_closure5@257743fc] on root project 'gradle-graal' of type org.gradle.api.Project.
at org.gradle.internal.metaobject.AbstractDynamicObject$CustomMissingMethodExecutionFailed.<init>(AbstractDynamicObject.java:190)
at org.gradle.internal.metaobject.AbstractDynamicObject.methodMissingException(AbstractDynamicObject.java:184)
at org.gradle.groovy.scripts.BasicScript$ScriptDynamicObject.methodMissingException(BasicScript.java:165)