mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 01:23:37 +02:00
[2.x] refactor: Extract lm-ivy to separate sbt-ivy plugin module (#8873)
Step 5 of #7640 — removes the compile-time dependency on lm-ivy from main/ by creating a standalone sbt-ivy plugin module. - Create new sbt-ivy/ subproject with IvyDependencyPlugin AutoPlugin that provides all Ivy-specific functionality (ivySbt, ivyModule, ivyConfiguration, publisher, projectDescriptors, deliver/makeIvyXml) - Move IvyXml.scala from main/ to sbt-ivy/
This commit is contained in:
@@ -156,6 +156,7 @@ jobs:
|
||||
./sbt -v --client "scripted dependency-management/* project-load/* project-matrix/* java/* run/*"
|
||||
./sbt -v --client "scripted plugins/*"
|
||||
./sbt -v --client "scripted nio/*"
|
||||
./sbt -v --client "scripted ivy/*"
|
||||
- name: Build and test (4)
|
||||
if: ${{ matrix.jobtype == 4 }}
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user