Skip to content

nrwl/gradle-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bf20a3d · May 6, 2024

History

3 Commits
Apr 30, 2024
Apr 30, 2024
Apr 30, 2024
Apr 30, 2024
May 6, 2024
Apr 30, 2024
Apr 30, 2024
May 6, 2024

Repository files navigation

Gradle Multi Module Example Repo

This repository is a completed version of the Spring framework's guide for Multi-Module Projects. It is intended for use as a starting point to show how to add Nx to a Gradle repository.

The repository contains 2 projects:

  • The main application project which contains the Spring DemoApplication
  • A library project which contains a Service used in the DemoApplication

You can see the above 2 projects by running ./gradlew projects

> Task :projects

------------------------------------------------------------
Root project 'gradle-tutorial'
------------------------------------------------------------

Root project 'gradle-tutorial'
+--- Project ':application'
\--- Project ':library'

Add Nx

To see how Nx can improve the developer experience in a Gradle repository, follow the Gradle tutorial on nx.dev.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages