Skip to content

Commit

Permalink
Require Gradle 4.4 for building.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schildbach committed Apr 18, 2019
1 parent 26b3099 commit bfeb808
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,8 +8,8 @@ The bitcoinj library is a Java implementation of the Bitcoin protocol, which all

### Technologies

* Java 7+ and Gradle 3.4+ for the `core` module
* Java 8+ and Gradle 3.4+ for `tools` and `examples`
* Java 7+ and Gradle 4.4+ for the `core` module
* Java 8+ and Gradle 4.4+ for `tools` and `examples`
* Java 11+ and Gradle 4.10+ for the JavaFX-based `wallettemplate`
* [Gradle](https://gradle.org/) - for building the project
* [Google Protocol Buffers](https://github.com/google/protobuf) - for use with serialization and hardware communications
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Expand Up @@ -2,7 +2,7 @@ import org.gradle.util.GradleVersion
import org.gradle.api.GradleScriptException

// Minimum Gradle version for main build
def minGradleVersion = GradleVersion.version("3.4")
def minGradleVersion = GradleVersion.version("4.4")
// Minimum Gradle version for builds of JavaFX 11 module
def minFxGradleVersion = GradleVersion.version("4.10")

Expand Down

0 comments on commit bfeb808

Please sign in to comment.