I’m currently following along the DPE university for gradle:
https://dpeuniversity.gradle.com/courses/012de84f-fcd3-45d4-9c4c-284382eb3f3f/activities/6f37fa1e-578e-4493-8a06-dc6fcef84f43
Here’s an example of the search results shown in the video:
It then leads to this page here:
https://docs.gradle.org/current/userguide/java_plugin.html#sec:java_tasks
Here’s an example of search results now:
(unable to link a second image since I’m a new user.
Instead, try it yourself by going here: Gradle User Manual
and searching for “compileJava”)
Notice that none of the results link to that same page.
Note that the first result links to the javadoc page, not the gradle page:
https://docs.gradle.org/current/javadoc/org/gradle/api/plugins/JavaPlugin.html
Instead I had to use Google to search for that page.
Can we revert back to previous search functionality to make following DPE university videos easier?