Giter VIP home page Giter VIP logo

Comments (3)

ihub-bot avatar ihub-bot commented on June 12, 2024

Thanks for opening your first issue here! Be sure to follow the issue template!

from plugins.

henry-hub avatar henry-hub commented on June 12, 2024

dependencyVersions配置之所以不生效,是因为有其他的插件使用配置策略规则的方式(即groupVersions的配置方式)指定了com.athaydes:spock-reports的版本为2.5.0-groovy-4.0,通过查看依赖树可以看出来:
image
这个问题我之前也发现了,只能通过groupVersions的方式去强制覆盖版本,ihub-plugins使用的groovy版本是3.0,目前也是使用groupVersions的方式配置的。
另外,ihub-libs最后发布的版本对应com.athaydes:spock-reports版本还是2.5.0-groovy-4.0,代码里是发版之后才升级到2.5.1-groovy-4.0

from plugins.

henry-hub avatar henry-hub commented on June 12, 2024

以上排查并未发现有其他组件明确通过版本策略的方式强制覆盖com.athaydes:spock-reports版本,经过再次排查发现是由于ihub-test插件添加com.athaydes:spock-reports组件时改用ihub-libs组件别名导致,组件别名里设定了版本号springDependencyManagement的版本管理策略不会强制覆盖已有版本,组件没有版本号才会为其添加版本号,具体修复内容见 #636

from plugins.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.