Error com.inductiveautomation.gradle:ignition-module-plugin:1.2.10-SNAPSHOT

The snapshot got removed?
In the git example its still configured as this one, where do i find the correct version?

 Could not resolve all artifacts for configuration ':classpath'.
   > Could not resolve com.inductiveautomation.gradle:ignition-module-plugin:1.2.10-SNAPSHOT.
     Required by:
         project :
      > Could not resolve com.inductiveautomation.gradle:ignition-module-plugin:1.2.10-SNAPSHOT.
         > Could not get resource 'https://plugins.gradle.org/m2/com/inductiveautomation/gradle/ignition-module-plugin/1.2.10-SNAPSHOT/ignition-module-plugin-1.2.10-SNAPSHOT.pom'.
            > Could not GET 'https://repo.gradle.org/artifactory/jcenter/com/inductiveautomation/gradle/ignition-module-plugin/1.2.10-SNAPSHOT/ignition-module-plugin-1.2.10-SNAPSHOT.pom'. Received status code 409 from server: Conflict
      > Could not resolve com.inductiveautomation.gradle:ignition-module-plugin:1.2.10-SNAPSHOT.
         > Unable to load Maven meta-data from https://jcenter.bintray.com/com/inductiveautomation/gradle/ignition-module-plugin/1.2.10-SNAPSHOT/maven-metadata.xml.
            > Could not get resource 'https://jcenter.bintray.com/com/inductiveautomation/gradle/ignition-module-plugin/1.2.10-SNAPSHOT/maven-metadata.xml'.
               > Could not GET 'https://jcenter.bintray.com/com/inductiveautomation/gradle/ignition-module-plugin/1.2.10-SNAPSHOT/maven-metadata.xml'.
                  > Read timed out

Seems something changed in jcenter causing the error.
I commented it and now does build…

Maybe a path that still exists there but is no longer connected?

buildscript {
    repositories {
        gradlePluginPortal()
        mavenLocal()
        mavenCentral()
        //jcenter
        maven { url "https://nexus.inductiveautomation.com/repository/inductiveautomation-thirdparty/" }
        maven { url "https://nexus.inductiveautomation.com/repository/inductiveautomation-releases/" }
        maven { url "https://nexus.inductiveautomation.com/repository/inductiveautomation-snapshots/" }
      
    }

    ext.sdk_version = "8.1.12"

    dependencies {
        classpath("com.inductiveautomation.gradle:ignition-module-plugin:1.2.10-SNAPSHOT")
    }
}

Bintray is dead:

heh that explains it xd