Skip to content

Commit

Permalink
build: Resolve Gradle deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Dec 4, 2022
1 parent bf1da17 commit df71d1e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/.idea/
/run/
/*.iml
/build/

# Per-subproject build folders
/*/*/build/
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
plugins {
id 'net.kyori.indra' version "$indraVersion" apply false
id 'net.kyori.indra.publishing.sonatype' version "$indraVersion"
id 'net.kyori.indra.license-header' version "$indraVersion" apply false
id 'net.kyori.indra.licenser.spotless' version "$indraVersion" apply false
id 'net.kyori.indra.crossdoc' version "$indraVersion" apply false
}

Expand Down Expand Up @@ -46,7 +46,7 @@ subprojects {
apply plugin: 'net.kyori.indra'
apply plugin: 'net.kyori.indra.publishing'
apply plugin: 'net.kyori.indra.checkstyle'
apply plugin: 'net.kyori.indra.license-header'
apply plugin: 'net.kyori.indra.licenser.spotless'
apply plugin: 'net.kyori.indra.crossdoc'

dependencies {
Expand Down
4 changes: 4 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import org.gradle.api.initialization.resolve.RepositoriesMode

plugins {
id "org.gradle.toolchains.foojay-resolver-convention" version "0.2"
}

rootProject.name = 'adventure-platform-parent'

dependencyResolutionManagement {
Expand Down

0 comments on commit df71d1e

Please sign in to comment.