-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make a polishing pass and add placeholder for feature page
- Loading branch information
Showing
11 changed files
with
62 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
# Getting Started with Declarative Gradle | ||
|
||
In our first [announcement](https://blog.gradle.org/declarative-gradle), we talked about a new experimental project we called Declarative Gradle. That post introduced our ideas for a developer-first software definition and how we planned to create an elegant and declarative build language for Gradle. Since then, we've been working hard on several fronts to create the first early access preview (EAP) for Declarative Gradle. | ||
In our first [announcement](https://blog.gradle.org/declarative-gradle), we introduced our ideas for an experimental project we called Declarative Gradle. | ||
|
||
!!! info | ||
With this first EAP we would like you to try out what we have built so far and to give us [feedback](../CONTRIBUTING.md). | ||
Since then, we've been working hard on several fronts to create the first early access preview (EAP) for Declarative Gradle. | ||
|
||
Declarative Gradle is **ready** for trying out sample repositories for Java, Kotlin and Android applications. | ||
!!! info | ||
With the first EAP, we would like you to try out what we have built so far and to give us [feedback](../CONTRIBUTING.md). | ||
|
||
Declarative Gradle is **not ready** for adoption in production by plugin authors, build engineers nor software engineers. | ||
Declarative Gradle is **ready** for trying out our provided sample projects for Java, Kotlin and Android applications. | ||
|
||
* [Setup](./setup.md) | ||
* [Samples](./samples.md) | ||
Declarative Gradle is **not ready** for adoption by plugin authors, build engineers or software engineers. | ||
|
||
1. Follow our [setup instructions](./setup.md) | ||
2. Pick one or more of our [samples](./samples.md) | ||
3. Try out the Declarative Gradle [features](./features.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!-- omit in toc --> | ||
# Features | ||
|
||
!!! tip | ||
Check out the features below with one of our [samples](./samples.md). These features are guaranteed to work with them out of the box. | ||
|
||
## Declarative DSL in IDE | ||
|
||
TODO | ||
|
||
## Two-way editing | ||
|
||
TODO | ||
|
||
## Automated changes | ||
|
||
TODO | ||
|
||
## Software types and shared configuration | ||
|
||
TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.