Skip to content

Commit

Permalink
Merge pull request #16 from jconquet/migration/2022.2
Browse files Browse the repository at this point in the history
Changed gradle version to 7.6 and co.riid.gradle
  • Loading branch information
eugenschindler authored Apr 18, 2024
2 parents 65df331 + 3b7eb19 commit 022b83a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,24 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
<filteredResources>
<filter>
<id>1711448317014</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
plugins {
id 'base'
id 'maven-publish'
id "co.riiid.gradle" version "0.4.2"
id "io.github.humblerookie.gradle" version "0.5.0"
}

def incrementalBuild = !project.hasProperty("disableIncrementalBuild")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -1822,7 +1822,7 @@
<ref role="PMmxG" node="3lo6kbKcb_4" resolve="extern" />
</node>
<node concept="PMmxH" id="3lo6kbKcbAz" role="3EZMnx">
<ref role="PMmxG" node="3lo6kbKcb_x" resolve="sealed" />
<ref role="PMmxG" node="3lo6kbKcb_x" resolve="sealeded" />
</node>
<node concept="2iRfu4" id="3lo6kbKcbA7" role="2iSdaV" />
</node>
Expand Down

0 comments on commit 022b83a

Please sign in to comment.