Https://plugins.gradle.org/m2 sending empty html page

My builds were working but suddenly they are having trouble finding the following plugin:

buildscript {
    repositories {
        maven {
            url "https://plugins.gradle.org/m2/"
        }
    }
    dependencies {
        classpath "com.netflix.nebula:gradle-ospackage-plugin:4.1.0"
    }
}

apply plugin: "nebula.ospackage"

When I did “wget https://plugins.gradle.org/m2/” I got an empty index.html file.

Is the web site down or otherwise misbehaving?

The Plugin Portal previously returned a 404 when accessing the root directory. The blank page root page was added a few months ago to make the Nexus and Artifactory behave better when proxying it. It is always blank as the Plugin Portal is not browsable and the main intention was for the root to return a 200 instead of a 404.

As of now, 58 minutes after your original post, I’m not seeing any issues with the Plugin Portal or resolving the plugin using your script. This is just another point of data though. There could be / have been an issue.