File tree Expand file tree Collapse file tree
mvgplugin/src/main/java/org/modelingvalue/gradle/mvgplugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,10 @@ public interface Info {
8080 "org.junit.platform:junit-platform-launcher"
8181 );
8282 //
83- String PLUGIN_META_URL = "https://plugins.gradle.org/m2/gradle/plugin/" + MvgPlugin .class .getPackageName ().replace ('.' , '/' ) + "/maven-metadata.xml" ;
83+ // https://plugins.gradle.org/m2/org/modelingvalue/gradle/mvgplugin/org.modelingvalue.gradle.mvgplugin.gradle.plugin/maven-metadata.xml
84+ // https://plugins.gradle.org/m2/__________________________________/__________________________________.gradle.plugin/maven-metadata.xml
85+ //
86+ String PLUGIN_META_URL = "https://plugins.gradle.org/m2/" + MvgPlugin .class .getPackageName ().replace ('.' , '/' ) + "/" + MvgPlugin .class .getPackageName () + ".gradle.plugin/maven-metadata.xml" ;
8487 String JETBRAINS_UPLOAD_URL = "https://plugins.jetbrains.com/plugin/uploadPlugin" ;
8588 String MVG_MAVEN_REPO_BASE_URL = "https://maven.pkg.github.com/" + MODELING_VALUE_GROUP + "/" ;
8689 String MVG_REPO_BASE_URL = "https://github.com/" + MODELING_VALUE_GROUP + "/" ;
You can’t perform that action at this time.
0 commit comments