Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
G4-SoftEng
Group4-SoftEng
Commits
ba35d03b
Commit
ba35d03b
authored
Jun 03, 2021
by
saddamonpc
Browse files
Update build.gradle to always use Java 14
parent
3d7773d8
Pipeline
#81176
passed with stage
in 1 minute and 4 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.idea/misc.xml
View file @
ba35d03b
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ExternalStorageConfigurationManager"
enabled=
"true"
/>
<component
name=
"ProjectKey"
>
<option
name=
"state"
value=
"project://e2804f05-5315-4fc6-a121-c522a6c26470"
/>
</component>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1
5
"
default=
"true"
project-jdk-name=
"1
5
"
project-jdk-type=
"JavaSDK"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1
4
"
default=
"true"
project-jdk-name=
"1
4
"
project-jdk-type=
"JavaSDK"
>
<output
url=
"file://$PROJECT_DIR$/out"
/>
</component>
</project>
\ No newline at end of file
.idea/modules.xml
deleted
100644 → 0
View file @
3d7773d8
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectModuleManager"
>
<modules>
<module
fileurl=
"file://$PROJECT_DIR$/tasc.iml"
filepath=
"$PROJECT_DIR$/tasc.iml"
/>
</modules>
</component>
</project>
\ No newline at end of file
build.gradle
View file @
ba35d03b
...
...
@@ -22,6 +22,12 @@ dependencies {
}
java
{
toolchain
{
languageVersion
.
set
(
JavaLanguageVersion
.
of
(
14
))
}
}
test
{
useJUnitPlatform
()
finalizedBy
(
"jacocoTestReport"
)
...
...
tasc.iml
View file @
ba35d03b
<?xml version="1.0" encoding="UTF-8"?>
<module
type=
"JAVA_MODULE"
version=
"4"
>
<component
name=
"NewModuleRootManager"
inherit-compiler-output=
"true"
>
<exclude-output
/>
<content
url=
"file://$MODULE_DIR$"
>
<sourceFolder
url=
"file://$MODULE_DIR$/src"
isTestSource=
"false"
/>
</content>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
</component>
</module>
\ No newline at end of file
<module
type=
"JAVA_MODULE"
version=
"4"
/>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment