Skip to content

Commit a945566

Browse files
committed
add nx show projects
1 parent 59b5d33 commit a945566

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
cache: npm
1818
- run: npm install
1919

20+
- run: npx nx show projects
21+
2022
# This enables task distribution via Nx Cloud
2123
# Run this command as early as possible, before dependencies are installed
2224
# Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "dev.nx.gradle.project-graph" version "0.1.3"
2+
id "dev.nx.gradle.project-graph" version "0.0.1-alpha.9"
33
id "base"
44
id "org.jetbrains.kotlin.jvm" apply false // https://youtrack.jetbrains.com/issue/KT-30276
55
}

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,6 @@ plugins.withType(EclipsePlugin) {
154154
}
155155
}
156156
}
157-
158-
nxProjectReport {
159-
atomized = false
160-
}
161-
162157
tasks.named("antora") {
163158
enabled = false
164159
}

0 commit comments

Comments
 (0)