@@ -68,12 +68,12 @@ jobs:
6868
6969 - uses : DeterminateSystems/magic-nix-cache-action@v13
7070
71- - run : nix develop --command bazelisk build //... --//semanticdb -javac:enabled=true
72- - run : nix develop --command bazelisk run scip-semanticdb :bazel -- --sourceroot "$PWD"
71+ - run : nix develop --command bazelisk build //... --//scip -javac:enabled=true
72+ - run : nix develop --command bazelisk run scip-aggregator :bazel -- --sourceroot "$PWD"
7373 - run : du -h index.scip
74- - run : nix develop "$GITHUB_WORKSPACE" --command bazelisk build //... --@scip_java//semanticdb -javac:enabled=true
74+ - run : nix develop "$GITHUB_WORKSPACE" --command bazelisk build //... --@scip_java//scip -javac:enabled=true
7575 working-directory : examples/bazel-example
76- - run : nix develop "$GITHUB_WORKSPACE" --command bazelisk run @scip_java//scip-semanticdb :bazel -- --sourceroot "$PWD"
76+ - run : nix develop "$GITHUB_WORKSPACE" --command bazelisk run @scip_java//scip-aggregator :bazel -- --sourceroot "$PWD"
7777 working-directory : examples/bazel-example
7878 - run : du -h index.scip
7979 working-directory : examples/bazel-example
@@ -108,7 +108,7 @@ jobs:
108108
109109 kotlin_plugin :
110110 runs-on : ubuntu-latest
111- name : semanticdb -kotlinc
111+ name : scip -kotlinc
112112 steps :
113113 - uses : actions/checkout@v4
114114
@@ -118,16 +118,16 @@ jobs:
118118
119119 - uses : DeterminateSystems/magic-nix-cache-action@v13
120120
121- - name : semanticdb -kotlinc tests
122- run : nix develop --command sbt semanticdbKotlinc /test
121+ - name : scip -kotlinc tests
122+ run : nix develop --command sbt scipKotlinc /test
123123
124124 - name : Kotlin snapshots
125- run : nix develop --command sbt semanticdbKotlincMinimized /kotlincSnapshots
125+ run : nix develop --command sbt scipKotlincMinimized /kotlincSnapshots
126126
127127 - name : Check snapshot drift
128128 run : |
129129 git diff --exit-code \
130- semanticdb -kotlinc/minimized/src/generatedSnapshots
130+ scip -kotlinc/minimized/src/generatedSnapshots
131131
132132 check :
133133 runs-on : ubuntu-latest
@@ -169,13 +169,13 @@ jobs:
169169 mvn clean verify -DskipTests "-Dscip-java.version=$SCIP_JAVA_VERSION" sourcegraph:sourcegraphDependencies
170170 working-directory: examples/maven-example
171171
172- - run : nix develop "$GITHUB_WORKSPACE#jdk${{ matrix.java }}" --command "$SCIP_JAVA_CLI" index-semanticdb target/semanticdb -targetroot
172+ - run : nix develop "$GITHUB_WORKSPACE#jdk${{ matrix.java }}" --command "$SCIP_JAVA_CLI" aggregate target/scip -targetroot
173173 working-directory : examples/maven-example
174174
175175 - run : |
176176 set -e
177- grep org.hamcrest target/semanticdb -targetroot/*dependencies.txt
178- grep "$PWD/src/main/java" target/semanticdb -targetroot/*dependencies.txt
177+ grep org.hamcrest target/scip -targetroot/*dependencies.txt
178+ grep "$PWD/src/main/java" target/scip -targetroot/*dependencies.txt
179179 working-directory: examples/maven-example
180180
181181 - run : du -h index.scip
0 commit comments