Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-16 21:10:28 +01:00
4.2.0 Release
Dieser Commit ist enthalten in:
Ursprung
6a1b0e044a
Commit
7dbd620886
2
.gitignore
vendored
2
.gitignore
vendored
@ -18,6 +18,8 @@ hs_err_pid*
|
|||||||
|
|
||||||
# Ignore IDEA directory
|
# Ignore IDEA directory
|
||||||
.idea/*
|
.idea/*
|
||||||
|
!.idea/copyright/*
|
||||||
|
!.idea/scopes/*
|
||||||
|
|
||||||
# Include the project's dictionary
|
# Include the project's dictionary
|
||||||
!.idea/dictionaries/
|
!.idea/dictionaries/
|
||||||
|
10
.idea/copyright/profiles_settings.xml
Normale Datei
10
.idea/copyright/profiles_settings.xml
Normale Datei
@ -0,0 +1,10 @@
|
|||||||
|
<component name="CopyrightManager">
|
||||||
|
<settings>
|
||||||
|
<module2copyright>
|
||||||
|
<element module="ViaBackwards" copyright="viabackwards-gpl" />
|
||||||
|
</module2copyright>
|
||||||
|
<LanguageOptions name="__TEMPLATE__">
|
||||||
|
<option name="addBlankAfter" value="false" />
|
||||||
|
</LanguageOptions>
|
||||||
|
</settings>
|
||||||
|
</component>
|
6
.idea/copyright/viabackwards_gpl.xml
Normale Datei
6
.idea/copyright/viabackwards_gpl.xml
Normale Datei
@ -0,0 +1,6 @@
|
|||||||
|
<component name="CopyrightManager">
|
||||||
|
<copyright>
|
||||||
|
<option name="notice" value="This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards Copyright (C) 2016-2022 ViaVersion and contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>." />
|
||||||
|
<option name="myName" value="viabackwards-gpl" />
|
||||||
|
</copyright>
|
||||||
|
</component>
|
3
.idea/scopes/ViaBackwards.xml
Normale Datei
3
.idea/scopes/ViaBackwards.xml
Normale Datei
@ -0,0 +1,3 @@
|
|||||||
|
<component name="DependencyValidationManager">
|
||||||
|
<scope name="ViaBackwards" pattern="com.viaversion.viabackwards..*" />
|
||||||
|
</component>
|
@ -5,7 +5,7 @@ plugins {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = "com.viaversion"
|
group = "com.viaversion"
|
||||||
version = "4.2.0-1.18.2-pre3-SNAPSHOT"
|
version = "4.2.0"
|
||||||
description = "Allow older clients to join newer server versions."
|
description = "Allow older clients to join newer server versions."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ metadata.format.version = "1.1"
|
|||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
# ViaVersion
|
# ViaVersion
|
||||||
viaver = "4.2.0-22w03a-SNAPSHOT"
|
viaver = "4.2.0-1.18.2-pre1-SNAPSHOT"
|
||||||
|
|
||||||
# Common provided
|
# Common provided
|
||||||
netty = "4.0.20.Final"
|
netty = "4.0.20.Final"
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren