Skip to content

Commit

Permalink
Add notes and gradle plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
wsargent committed Apr 9, 2023
1 parent 1692459 commit 505dcbf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ plugins {
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
id 'com.diffplug.spotless' version '6.18.0'
id "maven-publish"

// https://michaelbfullan.com/the-state-of-the-jpms-in-2022/
// https://github.com/gradlex-org/extra-java-module-info
id("org.gradlex.java-module-dependencies")
id("org.gradlex.java-module-testing")
id("org.gradlex.extra-java-module-info")
}

apply from: "gradle/release.gradle"
Expand Down

0 comments on commit 505dcbf

Please sign in to comment.