thingsboard:gradle-maven-plugin:1.0.10:invoke (default) on project http: Execution default of goal

thingsboard:gradle-maven-plugin:1.0.10:invoke (default) on project http: Execution default of goal_第1张图片报错如上,这是编译3.0遇到的问题

Failed to execute goal org.thingsboard:gradle-maven-plugin:1.0.10:invoke (default) on project http: Execution default of goal org.thingsboard:gradle-maven-plugin:1.0.10:invoke failed: Plugin org.thingsboard:gradle-maven-plugin:1.0.10 or one of its dependencies could not be resolved: Could not find artifact org.gradle:gradle-tooling-api:jar:6.3 in nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public)

刚解决过来回答一波。镜像的问题,还是要用阿里云镜像,但是url不同,下面这个实测可以
切换到maven安装目录下的conf文件下,修改setting.xml


       
     nexus-aliyun  
     central    
     Nexus aliyun  
     https://maven.aliyun.com/repository/public  
     
 


这样改过以后我编译就不报错了,顺便贴一下报错的代码,告诫一下

            
        nexus-aliyun    
        *    
        Nexus aliyun    
        http://maven.aliyun.com/nexus/content/groups/public    
    


 

你可能感兴趣的:(thingsboard:gradle-maven-plugin:1.0.10:invoke (default) on project http: Execution default of goal)