Merge remote-tracking branch 'origin/develop' into chore/tidy-dist-tasks

develop
Kevin Turner 2021-01-17 16:13:20 -08:00
commit 9d84f8ee66
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -9,6 +9,9 @@
!.gitignore
!.github
# Ignore generated code
/engine/src/jmh/generated
# Ignore subdirs with their own Git roots. PC Facade and Core module are bundled with the main repo.
extensions
/facades/*

View File

@ -107,7 +107,7 @@ dependencies {
// Config for our code analytics lives in a centralized repo: https://github.com/MovingBlocks/TeraConfig
codeMetrics group: 'org.terasology.config', name: 'codemetrics', version: '1.3.2', ext: 'zip'
codeMetrics group: 'org.terasology.config', name: 'codemetrics', version: '1.6.0', ext: 'zip'
// Natives for JNLua (Kallisti, KComputers)
natives group: 'org.terasology.jnlua', name: 'jnlua_natives', version: '0.1.0-SNAPSHOT', ext: 'zip'