Skip to content

Commit

Permalink
feat(graph): use NxPluginV2 (#485)
Browse files Browse the repository at this point in the history
* feat(generators): use NxPluginV2

* build: work in progress

* build: work in progress

* build: work in progress

* build: work in progress

* build: work in progress

* build: work in progress

* build: work in progress

---------

Co-authored-by: khalilou88 <[email protected]>
  • Loading branch information
khalilou88 and khalilou88 authored Oct 4, 2023
1 parent 07501fa commit e67db29
Show file tree
Hide file tree
Showing 11 changed files with 349 additions and 391 deletions.
1 change: 0 additions & 1 deletion packages/gradle/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './lib/graph/graph-task';
export * from './lib/utils';
export * from './lib/utils/generators';

Expand Down
245 changes: 0 additions & 245 deletions packages/gradle/src/lib/graph/graph-task.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/maven/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './lib/graph';
export * from './lib/utils';
export * from './lib/utils/generators';
export * from './lib/xml';
Expand Down
15 changes: 0 additions & 15 deletions packages/nx-gradle/src/dep-graph/lookup-deps.ts

This file was deleted.

Loading

0 comments on commit e67db29

Please sign in to comment.