Itiviti / gradle-msbuild-plugin

Gradle plugin for msbuild execution, supports C# project files for now
Apache License 2.0
101 stars 57 forks source link

HELP gradle-msbuild-plugin:3.9 does not exist on maven repository #128

Closed jtrillos closed 2 years ago

jtrillos commented 2 years ago

last week I downloaded the last version available on Maven Repository and it works fine. Today I updated another library into my project and Gradle noticed that there no POM available for this version.

What is going on? Can someone explain me


> Could not resolve all artifacts for configuration ':hal:server:csharp:classpath'.
   > Could not find com.ullink.gradle:gradle-msbuild-plugin:3.9.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/ullink/gradle/gradle-msbuild-plugin/3.9/gradle-msbuild-plugin-3.9.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :hal:server:csharp

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html```
ngyukman commented 2 years ago

Hi @jtrillos can you please check in https://plugins.gradle.org/plugin/com.ullink.msbuild ? it is now no longer released on maven central

jtrillos commented 2 years ago

Hi @ngyukman , thanks. Can you update the README. It will be helpfull for other people

ngyukman commented 2 years ago

sure