Skip to content

Commit

Permalink
Fix punctuations (#28353)
Browse files Browse the repository at this point in the history
  • Loading branch information
blindpirate committed Mar 6, 2024
2 parents 8e9c8de + f123c70 commit ecf8d06
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

## Context

The Gradle core platform provides many services to the Gradle platforms and build logic. One such group of services allow logic to interact with the build user, to provide diagnostics, progress information, prompt for questions, and so on. Currently, these services are part of the core platform runtime architecture module.
The Gradle core platform provides many services to the Gradle platforms and builds logic. One such group of services allows logic to interact with the build user, to provide diagnostics, progress information, prompt for questions, and so on. Currently, these services are part of the core platform runtime architecture module.

A downside of this structure is that it is difficult to do focussed work on the Gradle UI.
A downside of this structure is that it is difficult to do focused work on the Gradle UI.

## Decision

Expand All @@ -24,7 +24,7 @@ This includes:

The UI architecture module uses the core runtime architecture module. It provides APIs that are used by the other modules and platforms.

This ADR does not specify the owner of this new architecture module. However, as a separate module it can be assigned ownership independently of the other core services.
This ADR does not specify the owner of this new architecture module. However, as a separate module, it can be assigned ownership independently of the other core services.

## Status

Expand Down

0 comments on commit ecf8d06

Please sign in to comment.