Skip to content
Snippets Groups Projects
Commit 0c822ee0 authored by LABOUREL Arnaud's avatar LABOUREL Arnaud
Browse files

update gitignore

parent 8d6241aa
No related branches found
No related tags found
No related merge requests found
...@@ -23,22 +23,24 @@ ...@@ -23,22 +23,24 @@
.idea/**/uiDesigner.xml .idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml .idea/**/dbnavigator.xml
# Gradle # Gradle
.idea/**/gradle.xml .idea/gradle.xml
.idea/workspaces.xml
.idea/**/libraries .idea/**/libraries
# Gradle and Maven with auto-import # Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files, # When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using # since they will be recreated, and may cause churn. Uncomment if using
# auto-import. # auto-import.
# .idea/artifacts .idea/artifacts
# .idea/compiler.xml .idea/compiler.xml
# .idea/jarRepositories.xml .idea/jarRepositories.xml
# .idea/modules.xml .idea/modules.xml
# .idea/*.iml .idea/*.iml
# .idea/modules .idea/modules
# *.iml *.iml
# *.ipr *.ipr
# CMake # CMake
cmake-build-*/ cmake-build-*/
......
...@@ -11,8 +11,8 @@ repositories { ...@@ -11,8 +11,8 @@ repositories {
} }
dependencies { dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2', "org.assertj:assertj-core:3.22.0" testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2', "org.assertj:assertj-core:3.22.0"
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
} }
test { test {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment