Skip to content
Snippets Groups Projects
Commit 169a7e18 authored by Luca Romano's avatar Luca Romano
Browse files

Updated Gradle version

parent 2fdbbacd
No related branches found
No related tags found
No related merge requests found
......@@ -20,4 +20,15 @@
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
<filteredResources>
<filter>
<id>1649246802409</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>
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
......@@ -27,7 +27,7 @@ public class Util {
if (object!=null) {
if (object instanceof Rectangle) {
result+=((Rectangle)object).area();
}
}
if (object instanceof Circle) {
result+=((Circle)object).area();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment