repo_name
stringclasses 5
values | pr_number
int64 1.52k
15.5k
| pr_title
stringlengths 8
143
| pr_description
stringlengths 0
10.2k
| author
stringlengths 3
18
| date_created
timestamp[ns, tz=UTC] | date_merged
timestamp[ns, tz=UTC] | previous_commit
stringlengths 40
40
| pr_commit
stringlengths 40
40
| query
stringlengths 11
10.2k
| filepath
stringlengths 6
220
| before_content
stringlengths 0
597M
| after_content
stringlengths 0
597M
| label
int64 -1
1
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
libgdx/libgdx | 7,246 | Upgrade libGDX to Gradle 8.4 | Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | obigu | 2023-10-05T11:17:22Z | 2023-11-20T10:44:55Z | fe99b6a16a4146aab76a728f607d7a3bb49ece6f | 46fa173398ce38d0c9ee358cd67da782a5a95724 | Upgrade libGDX to Gradle 8.4. Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | ./extensions/gdx-box2d/gdx-box2d/gradle.properties | POM_NAME=libGDX Box2D | POM_NAME=libGDX Box2D | -1 |
libgdx/libgdx | 7,246 | Upgrade libGDX to Gradle 8.4 | Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | obigu | 2023-10-05T11:17:22Z | 2023-11-20T10:44:55Z | fe99b6a16a4146aab76a728f607d7a3bb49ece6f | 46fa173398ce38d0c9ee358cd67da782a5a95724 | Upgrade libGDX to Gradle 8.4. Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | ./backends/gdx-backend-lwjgl3/gradle.properties | POM_NAME=libGDX LWJGL 3 Backend | POM_NAME=libGDX LWJGL 3 Backend | -1 |
libgdx/libgdx | 7,246 | Upgrade libGDX to Gradle 8.4 | Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | obigu | 2023-10-05T11:17:22Z | 2023-11-20T10:44:55Z | fe99b6a16a4146aab76a728f607d7a3bb49ece6f | 46fa173398ce38d0c9ee358cd67da782a5a95724 | Upgrade libGDX to Gradle 8.4. Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | ./backends/gdx-backend-lwjgl3/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
******************************************************************************/
if (JavaVersion.current().isJava9Compatible()) {
compileJava {
options.release = versions.javaLwjgl3
}
}
sourceCompatibility = versions.javaLwjgl3
targetCompatibility = versions.javaLwjgl3
dependencies {
api libraries.lwjgl3
api gdxnatives.desktop
}
| /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
******************************************************************************/
if (JavaVersion.current().isJava9Compatible()) {
compileJava {
options.release = versions.javaLwjgl3
}
}
sourceCompatibility = versions.javaLwjgl3
targetCompatibility = versions.javaLwjgl3
dependencies {
api libraries.lwjgl3
api gdxnatives.desktop
}
| -1 |
libgdx/libgdx | 7,246 | Upgrade libGDX to Gradle 8.4 | Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | obigu | 2023-10-05T11:17:22Z | 2023-11-20T10:44:55Z | fe99b6a16a4146aab76a728f607d7a3bb49ece6f | 46fa173398ce38d0c9ee358cd67da782a5a95724 | Upgrade libGDX to Gradle 8.4. Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | ./tests/gdx-tests-android/project.properties | # This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system use,
# "ant.properties", and override values to adapt the script to your
# project structure.
# Indicates whether an apk should be generated for each density.
split.density=false
# Project target.
target=android-24
| # This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system use,
# "ant.properties", and override values to adapt the script to your
# project structure.
# Indicates whether an apk should be generated for each density.
split.density=false
# Project target.
target=android-24
| -1 |
libgdx/libgdx | 7,246 | Upgrade libGDX to Gradle 8.4 | Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | obigu | 2023-10-05T11:17:22Z | 2023-11-20T10:44:55Z | fe99b6a16a4146aab76a728f607d7a3bb49ece6f | 46fa173398ce38d0c9ee358cd67da782a5a95724 | Upgrade libGDX to Gradle 8.4. Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | ./extensions/gdx-freetype/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
******************************************************************************/
dependencies {
api project(":gdx")
}
apply plugin: "com.badlogicgames.gdx.gdx-jnigen"
jnigen {
sharedLibName = "gdx-freetype"
all {
headerDirs = ["freetype/include"]
cIncludes = [
// BASE
"freetype/src/base/ftsystem.c",
"freetype/src/base/ftinit.c",
"freetype/src/base/ftdebug.c",
"freetype/src/base/ftbase.c",
"freetype/src/base/ftbbox.c",
"freetype/src/base/ftglyph.c",
"freetype/src/base/ftbdf.c",
"freetype/src/base/ftbitmap.c",
"freetype/src/base/ftcid.c",
"freetype/src/base/ftfstype.c",
"freetype/src/base/ftgasp.c",
"freetype/src/base/ftgxval.c",
"freetype/src/base/ftmm.c",
"freetype/src/base/ftotval.c",
"freetype/src/base/ftpatent.c",
"freetype/src/base/ftpfr.c",
"freetype/src/base/ftstroke.c",
"freetype/src/base/ftsynth.c",
"freetype/src/base/fttype1.c",
"freetype/src/base/ftwinfnt.c",
"freetype/src/base/ftxf86.c",
// "freetype/src/base/ftmac.c",
// DRIVERS
"freetype/src/bdf/bdf.c",
"freetype/src/cff/cff.c",
"freetype/src/cid/type1cid.c",
"freetype/src/pcf/pcf.c",
"freetype/src/pfr/pfr.c",
"freetype/src/sdf/sdf.c",
"freetype/src/sfnt/sfnt.c",
"freetype/src/truetype/truetype.c",
"freetype/src/type1/type1.c",
"freetype/src/type42/type42.c",
"freetype/src/winfonts/winfnt.c",
// RASTERIZERS
"freetype/src/raster/raster.c",
"freetype/src/smooth/smooth.c",
// AUX
"freetype/src/autofit/autofit.c",
"freetype/src/cache/ftcache.c",
"freetype/src/gzip/ftgzip.c",
"freetype/src/lzw/ftlzw.c",
"freetype/src/bzip2/ftbzip2.c",
"freetype/src/gxvalid/gxvalid.c",
"freetype/src/otvalid/otvalid.c",
"freetype/src/psaux/psaux.c",
"freetype/src/pshinter/pshinter.c",
"freetype/src/psnames/psnames.c"
]
cppExcludes = ["freetype/subprojects/"]
cFlags += " -DFT2_BUILD_LIBRARY "
cFlags += System.getenv("CC_FLAGS") ?: ""
cppFlags += " -DFT2_BUILD_LIBRARY "
cppFlags += System.getenv("CPP_FLAGS") ?: ""
}
add(Windows, x32)
add(Windows, x64)
add(Linux, x64)
add(Linux, x32, ARM)
add(Linux, x64, ARM)
add(MacOsX, x64) {
linkerFlags += " -framework CoreServices -framework Carbon"
}
add(MacOsX, x64, ARM) {
linkerFlags += " -framework CoreServices -framework Carbon"
}
add(Android)
add(IOS)
}
| /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
******************************************************************************/
dependencies {
api project(":gdx")
}
apply plugin: "com.badlogicgames.gdx.gdx-jnigen"
jnigen {
sharedLibName = "gdx-freetype"
all {
headerDirs = ["freetype/include"]
cIncludes = [
// BASE
"freetype/src/base/ftsystem.c",
"freetype/src/base/ftinit.c",
"freetype/src/base/ftdebug.c",
"freetype/src/base/ftbase.c",
"freetype/src/base/ftbbox.c",
"freetype/src/base/ftglyph.c",
"freetype/src/base/ftbdf.c",
"freetype/src/base/ftbitmap.c",
"freetype/src/base/ftcid.c",
"freetype/src/base/ftfstype.c",
"freetype/src/base/ftgasp.c",
"freetype/src/base/ftgxval.c",
"freetype/src/base/ftmm.c",
"freetype/src/base/ftotval.c",
"freetype/src/base/ftpatent.c",
"freetype/src/base/ftpfr.c",
"freetype/src/base/ftstroke.c",
"freetype/src/base/ftsynth.c",
"freetype/src/base/fttype1.c",
"freetype/src/base/ftwinfnt.c",
"freetype/src/base/ftxf86.c",
// "freetype/src/base/ftmac.c",
// DRIVERS
"freetype/src/bdf/bdf.c",
"freetype/src/cff/cff.c",
"freetype/src/cid/type1cid.c",
"freetype/src/pcf/pcf.c",
"freetype/src/pfr/pfr.c",
"freetype/src/sdf/sdf.c",
"freetype/src/sfnt/sfnt.c",
"freetype/src/truetype/truetype.c",
"freetype/src/type1/type1.c",
"freetype/src/type42/type42.c",
"freetype/src/winfonts/winfnt.c",
// RASTERIZERS
"freetype/src/raster/raster.c",
"freetype/src/smooth/smooth.c",
// AUX
"freetype/src/autofit/autofit.c",
"freetype/src/cache/ftcache.c",
"freetype/src/gzip/ftgzip.c",
"freetype/src/lzw/ftlzw.c",
"freetype/src/bzip2/ftbzip2.c",
"freetype/src/gxvalid/gxvalid.c",
"freetype/src/otvalid/otvalid.c",
"freetype/src/psaux/psaux.c",
"freetype/src/pshinter/pshinter.c",
"freetype/src/psnames/psnames.c"
]
cppExcludes = ["freetype/subprojects/"]
cFlags += " -DFT2_BUILD_LIBRARY "
cFlags += System.getenv("CC_FLAGS") ?: ""
cppFlags += " -DFT2_BUILD_LIBRARY "
cppFlags += System.getenv("CPP_FLAGS") ?: ""
}
add(Windows, x32)
add(Windows, x64)
add(Linux, x64)
add(Linux, x32, ARM)
add(Linux, x64, ARM)
add(MacOsX, x64) {
linkerFlags += " -framework CoreServices -framework Carbon"
}
add(MacOsX, x64, ARM) {
linkerFlags += " -framework CoreServices -framework Carbon"
}
add(Android)
add(IOS)
}
| -1 |
libgdx/libgdx | 7,246 | Upgrade libGDX to Gradle 8.4 | Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | obigu | 2023-10-05T11:17:22Z | 2023-11-20T10:44:55Z | fe99b6a16a4146aab76a728f607d7a3bb49ece6f | 46fa173398ce38d0c9ee358cd67da782a5a95724 | Upgrade libGDX to Gradle 8.4. Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | ./.github/workflows/gradle-wrapper-validation.yml | name: "Validate Gradle Wrapper"
on: [push, pull_request]
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
| name: "Validate Gradle Wrapper"
on: [push, pull_request]
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
| -1 |
libgdx/libgdx | 7,246 | Upgrade libGDX to Gradle 8.4 | Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | obigu | 2023-10-05T11:17:22Z | 2023-11-20T10:44:55Z | fe99b6a16a4146aab76a728f607d7a3bb49ece6f | 46fa173398ce38d0c9ee358cd67da782a5a95724 | Upgrade libGDX to Gradle 8.4. Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | ./backends/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
******************************************************************************/
configure(subprojects - project(":backends:gdx-backend-android")) {
apply plugin: "java"
if (JavaVersion.current().isJava9Compatible()) {
compileJava {
options.release = versions.java
}
}
sourceCompatibility = versions.java
targetCompatibility = versions.java
sourceSets.main.java.srcDirs = ["src"]
sourceSets.main.resources.srcDirs = ["res"]
dependencies {
api project(":gdx")
}
}
| /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
******************************************************************************/
configure(subprojects - project(":backends:gdx-backend-android")) {
apply plugin: "java"
if (JavaVersion.current().isJava9Compatible()) {
compileJava {
options.release = versions.java
}
}
sourceCompatibility = versions.java
targetCompatibility = versions.java
sourceSets.main.java.srcDirs = ["src"]
sourceSets.main.resources.srcDirs = ["res"]
dependencies {
api project(":gdx")
}
}
| -1 |
libgdx/libgdx | 7,246 | Upgrade libGDX to Gradle 8.4 | Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | obigu | 2023-10-05T11:17:22Z | 2023-11-20T10:44:55Z | fe99b6a16a4146aab76a728f607d7a3bb49ece6f | 46fa173398ce38d0c9ee358cd67da782a5a95724 | Upgrade libGDX to Gradle 8.4. Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | ./backends/gdx-backend-robovm/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
******************************************************************************/
sourceSets {
main {
resources {
srcDir 'res'
}
}
}
dependencies {
api libraries.robovm
}
processResources.duplicatesStrategy = DuplicatesStrategy.EXCLUDE
sourcesJar.duplicatesStrategy = DuplicatesStrategy.EXCLUDE
| /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
******************************************************************************/
sourceSets {
main {
resources {
srcDir 'res'
}
}
}
dependencies {
api libraries.robovm
}
processResources.duplicatesStrategy = DuplicatesStrategy.EXCLUDE
sourcesJar.duplicatesStrategy = DuplicatesStrategy.EXCLUDE
| -1 |
libgdx/libgdx | 7,246 | Upgrade libGDX to Gradle 8.4 | Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | obigu | 2023-10-05T11:17:22Z | 2023-11-20T10:44:55Z | fe99b6a16a4146aab76a728f607d7a3bb49ece6f | 46fa173398ce38d0c9ee358cd67da782a5a95724 | Upgrade libGDX to Gradle 8.4. Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | ./publish.gradle | configure([
project(":gdx"),
project(":backends:gdx-backend-android"),
project(":backends:gdx-backend-headless"),
project(":backends:gdx-backend-lwjgl"),
project(":backends:gdx-backend-lwjgl3"),
project(":backends:gdx-backend-robovm"),
project(":backends:gdx-backend-robovm-metalangle"),
project(":backends:gdx-backend-gwt"),
project(":extensions:gdx-box2d-parent"),
project(":extensions:gdx-box2d-parent:gdx-box2d"),
project(":extensions:gdx-box2d-parent:gdx-box2d-gwt"),
project(":extensions:gdx-bullet"),
project(":extensions:gdx-freetype"),
project(":extensions:gdx-lwjgl3-angle"),
project(":extensions:gdx-lwjgl3-glfw-awt-macos"),
project(":extensions:gdx-tools")
]) {
apply plugin: 'maven-publish'
apply plugin: 'signing'
afterEvaluate { project ->
//Workaround android not having components populated yet.
afterEvaluate {
publishing {
publications {
mavenJava(MavenPublication) {
//Most normal java projects
if(components.findByName("java") != null)
from components.java
//Android
if(components.findByName("release") != null) {
from components.release
}
versionMapping {
usage('java-api') {
fromResolutionOf('runtimeClasspath')
}
usage('java-runtime') {
fromResolutionResult()
}
}
pom {
name = POM_NAME
if(!POM_DESCRIPTION.isEmpty())
description = POM_DESCRIPTION
url = POM_URL
licenses {
license {
name = POM_LICENCE_NAME
url = POM_LICENCE_URL
distribution = POM_LICENCE_DIST
}
}
developers {
developer {
id = "libGDX Developers"
url = "https://github.com/libgdx/libgdx/graphs/contributors"
}
}
scm {
connection = POM_SCM_CONNECTION
developerConnection = POM_SCM_DEV_CONNECTION
url = POM_SCM_URL
}
}
}
//Libgdx natives all follow the "$name-platform" artifact structure.
if(project.tasks.findByName('jnigen')) {
mavenPlatform(MavenPublication) {
artifactId = artifactId + "-platform"
if(project.tasks.findByName('jnigenJarNativesDesktop'))
artifact jnigenJarNativesDesktop { }
[
'arm64-v8a',
'armeabi-v7a',
'x86_64',
'x86'
].each { id ->
if(project.tasks.findByName("jnigenJarNativesAndroid${id}"))
artifact "jnigenJarNativesAndroid${id}" { }
}
if(project.tasks.findByName('jnigenJarNativesIOS'))
artifact jnigenJarNativesIOS { }
pom {
name = POM_NAME + " Native Libraries"
if(!POM_DESCRIPTION.isEmpty())
description = POM_DESCRIPTION
url = POM_URL
licenses {
license {
name = POM_LICENCE_NAME
url = POM_LICENCE_URL
distribution = POM_LICENCE_DIST
}
}
developers {
developer {
id = "libGDX Developers"
url = "https://github.com/libgdx/libgdx/graphs/contributors"
}
}
scm {
connection = POM_SCM_CONNECTION
developerConnection = POM_SCM_DEV_CONNECTION
url = POM_SCM_URL
}
}
}
}
}
repositories {
maven {
url = version.endsWith('SNAPSHOT') ? getSnapshotRepositoryUrl() : getReleaseRepositoryUrl()
if (getRepositoryUsername() || getRepositoryPassword())
{
credentials {
username = getRepositoryUsername()
password = getRepositoryPassword()
}
}
}
}
}
signing {
useGpgCmd()
sign publishing.publications.mavenJava
if(project.tasks.findByName('jnigen'))
sign publishing.publications.mavenPlatform
}
//Simply using "required" in signing block doesn't work because taskGraph isn't ready yet.
gradle.taskGraph.whenReady {
tasks.withType(Sign) {
onlyIf { isReleaseBuild() }
}
}
}
}
}
| configure([
project(":gdx"),
project(":backends:gdx-backend-android"),
project(":backends:gdx-backend-headless"),
project(":backends:gdx-backend-lwjgl"),
project(":backends:gdx-backend-lwjgl3"),
project(":backends:gdx-backend-robovm"),
project(":backends:gdx-backend-robovm-metalangle"),
project(":backends:gdx-backend-gwt"),
project(":extensions:gdx-box2d-parent"),
project(":extensions:gdx-box2d-parent:gdx-box2d"),
project(":extensions:gdx-box2d-parent:gdx-box2d-gwt"),
project(":extensions:gdx-bullet"),
project(":extensions:gdx-freetype"),
project(":extensions:gdx-lwjgl3-angle"),
project(":extensions:gdx-lwjgl3-glfw-awt-macos"),
project(":extensions:gdx-tools")
]) {
apply plugin: 'maven-publish'
apply plugin: 'signing'
afterEvaluate { project ->
//Workaround android not having components populated yet.
afterEvaluate {
publishing {
publications {
mavenJava(MavenPublication) {
//Most normal java projects
if(components.findByName("java") != null)
from components.java
//Android
if(components.findByName("release") != null) {
from components.release
}
versionMapping {
usage('java-api') {
fromResolutionOf('runtimeClasspath')
}
usage('java-runtime') {
fromResolutionResult()
}
}
pom {
name = POM_NAME
if(!POM_DESCRIPTION.isEmpty())
description = POM_DESCRIPTION
url = POM_URL
licenses {
license {
name = POM_LICENCE_NAME
url = POM_LICENCE_URL
distribution = POM_LICENCE_DIST
}
}
developers {
developer {
id = "libGDX Developers"
url = "https://github.com/libgdx/libgdx/graphs/contributors"
}
}
scm {
connection = POM_SCM_CONNECTION
developerConnection = POM_SCM_DEV_CONNECTION
url = POM_SCM_URL
}
}
}
//Libgdx natives all follow the "$name-platform" artifact structure.
if(project.tasks.findByName('jnigen')) {
mavenPlatform(MavenPublication) {
artifactId = artifactId + "-platform"
if(project.tasks.findByName('jnigenJarNativesDesktop'))
artifact jnigenJarNativesDesktop { }
[
'arm64-v8a',
'armeabi-v7a',
'x86_64',
'x86'
].each { id ->
if(project.tasks.findByName("jnigenJarNativesAndroid${id}"))
artifact "jnigenJarNativesAndroid${id}" { }
}
if(project.tasks.findByName('jnigenJarNativesIOS'))
artifact jnigenJarNativesIOS { }
pom {
name = POM_NAME + " Native Libraries"
if(!POM_DESCRIPTION.isEmpty())
description = POM_DESCRIPTION
url = POM_URL
licenses {
license {
name = POM_LICENCE_NAME
url = POM_LICENCE_URL
distribution = POM_LICENCE_DIST
}
}
developers {
developer {
id = "libGDX Developers"
url = "https://github.com/libgdx/libgdx/graphs/contributors"
}
}
scm {
connection = POM_SCM_CONNECTION
developerConnection = POM_SCM_DEV_CONNECTION
url = POM_SCM_URL
}
}
}
}
}
repositories {
maven {
url = version.endsWith('SNAPSHOT') ? getSnapshotRepositoryUrl() : getReleaseRepositoryUrl()
if (getRepositoryUsername() || getRepositoryPassword())
{
credentials {
username = getRepositoryUsername()
password = getRepositoryPassword()
}
}
}
}
}
signing {
useGpgCmd()
sign publishing.publications.mavenJava
if(project.tasks.findByName('jnigen'))
sign publishing.publications.mavenPlatform
}
//Simply using "required" in signing block doesn't work because taskGraph isn't ready yet.
gradle.taskGraph.whenReady {
tasks.withType(Sign) {
onlyIf { isReleaseBuild() }
}
}
}
}
}
| -1 |
libgdx/libgdx | 7,246 | Upgrade libGDX to Gradle 8.4 | Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | obigu | 2023-10-05T11:17:22Z | 2023-11-20T10:44:55Z | fe99b6a16a4146aab76a728f607d7a3bb49ece6f | 46fa173398ce38d0c9ee358cd67da782a5a95724 | Upgrade libGDX to Gradle 8.4. Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | ./tests/gdx-tests-android/assets/data/i18n/message2.properties | msg=Default test message
# Notice that single quotes aren't escaped anymore
rootMsg=I'm from bundle's root
# Notice that the same argument (index 2) can safely occur multiple times.
# Also the first left curly bracket is escaped.
msgWithArgs={{ string={0} - PI={1} - today={2} - time={2} } | msg=Default test message
# Notice that single quotes aren't escaped anymore
rootMsg=I'm from bundle's root
# Notice that the same argument (index 2) can safely occur multiple times.
# Also the first left curly bracket is escaped.
msgWithArgs={{ string={0} - PI={1} - today={2} - time={2} } | -1 |
libgdx/libgdx | 7,246 | Upgrade libGDX to Gradle 8.4 | Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | obigu | 2023-10-05T11:17:22Z | 2023-11-20T10:44:55Z | fe99b6a16a4146aab76a728f607d7a3bb49ece6f | 46fa173398ce38d0c9ee358cd67da782a5a95724 | Upgrade libGDX to Gradle 8.4. Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | ./.github/FUNDING.yml | patreon: libgdx
custom: https://libgdx.com/funding/
| patreon: libgdx
custom: https://libgdx.com/funding/
| -1 |
libgdx/libgdx | 7,246 | Upgrade libGDX to Gradle 8.4 | Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | obigu | 2023-10-05T11:17:22Z | 2023-11-20T10:44:55Z | fe99b6a16a4146aab76a728f607d7a3bb49ece6f | 46fa173398ce38d0c9ee358cd67da782a5a95724 | Upgrade libGDX to Gradle 8.4. Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | ./extensions/gdx-setup/res/com/badlogic/gdx/setup/resources/gradle/wrapper/gradle-wrapper.properties | distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
| distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
| -1 |
libgdx/libgdx | 7,246 | Upgrade libGDX to Gradle 8.4 | Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | obigu | 2023-10-05T11:17:22Z | 2023-11-20T10:44:55Z | fe99b6a16a4146aab76a728f607d7a3bb49ece6f | 46fa173398ce38d0c9ee358cd67da782a5a95724 | Upgrade libGDX to Gradle 8.4. Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | ./backends/gdx-backends-gwt/gradle.properties | POM_NAME=libGDX GWT Backend | POM_NAME=libGDX GWT Backend | -1 |
libgdx/libgdx | 7,246 | Upgrade libGDX to Gradle 8.4 | Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | obigu | 2023-10-05T11:17:22Z | 2023-11-20T10:44:55Z | fe99b6a16a4146aab76a728f607d7a3bb49ece6f | 46fa173398ce38d0c9ee358cd67da782a5a95724 | Upgrade libGDX to Gradle 8.4. Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | ./tests/gdx-tests-android/assets/data/i18n/message2_en.properties | msg=English test message
| msg=English test message
| -1 |
libgdx/libgdx | 7,246 | Upgrade libGDX to Gradle 8.4 | Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | obigu | 2023-10-05T11:17:22Z | 2023-11-20T10:44:55Z | fe99b6a16a4146aab76a728f607d7a3bb49ece6f | 46fa173398ce38d0c9ee358cd67da782a5a95724 | Upgrade libGDX to Gradle 8.4. Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | ./extensions/gdx-setup/res/com/badlogic/gdx/setup/resources/lwjgl2/build.gradle | sourceCompatibility = 1.7
sourceSets.main.java.srcDirs = [ "src/" ]
sourceSets.main.resources.srcDirs = ["../%ASSET_PATH%"]
project.ext.mainClassName = "%PACKAGE%.DesktopLauncher"
project.ext.assetsDir = new File("../%ASSET_PATH%")
tasks.register('run', JavaExec) {
dependsOn classes
mainClass = project.mainClassName
classpath = sourceSets.main.runtimeClasspath
standardInput = System.in
workingDir = project.assetsDir
ignoreExitValue = true
}
tasks.register('debug', JavaExec) {
dependsOn classes
mainClass = project.mainClassName
classpath = sourceSets.main.runtimeClasspath
standardInput = System.in
workingDir = project.assetsDir
ignoreExitValue = true
debug = true
}
tasks.register('dist', Jar) {
manifest {
attributes 'Main-Class': project.mainClassName
}
dependsOn configurations.runtimeClasspath
from {
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
}
with jar
}
dist.dependsOn classes
eclipse.project.name = appName + "-legacy_desktop"
| sourceCompatibility = 1.7
sourceSets.main.java.srcDirs = [ "src/" ]
sourceSets.main.resources.srcDirs = ["../%ASSET_PATH%"]
project.ext.mainClassName = "%PACKAGE%.DesktopLauncher"
project.ext.assetsDir = new File("../%ASSET_PATH%")
tasks.register('run', JavaExec) {
dependsOn classes
mainClass = project.mainClassName
classpath = sourceSets.main.runtimeClasspath
standardInput = System.in
workingDir = project.assetsDir
ignoreExitValue = true
}
tasks.register('debug', JavaExec) {
dependsOn classes
mainClass = project.mainClassName
classpath = sourceSets.main.runtimeClasspath
standardInput = System.in
workingDir = project.assetsDir
ignoreExitValue = true
debug = true
}
tasks.register('dist', Jar) {
manifest {
attributes 'Main-Class': project.mainClassName
}
dependsOn configurations.runtimeClasspath
from {
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
}
with jar
}
dist.dependsOn classes
eclipse.project.name = appName + "-legacy_desktop"
| -1 |
libgdx/libgdx | 7,246 | Upgrade libGDX to Gradle 8.4 | Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | obigu | 2023-10-05T11:17:22Z | 2023-11-20T10:44:55Z | fe99b6a16a4146aab76a728f607d7a3bb49ece6f | 46fa173398ce38d0c9ee358cd67da782a5a95724 | Upgrade libGDX to Gradle 8.4. Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | ./backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/lang/SecurityException.java | /* Copyright (c) 2008, Avian Contributors
Permission to use, copy, modify, and/or distribute this software
for any purpose with or without fee is hereby granted, provided
that the above copyright notice and this permission notice appear
in all copies.
There is NO WARRANTY for this software. See license.txt for
details. */
package java.lang;
public class SecurityException extends RuntimeException {
public SecurityException (String message, Throwable cause) {
super(message, cause);
}
public SecurityException (String message) {
this(message, null);
}
public SecurityException (Throwable cause) {
this(null, cause);
}
public SecurityException () {
this(null, null);
}
}
| /* Copyright (c) 2008, Avian Contributors
Permission to use, copy, modify, and/or distribute this software
for any purpose with or without fee is hereby granted, provided
that the above copyright notice and this permission notice appear
in all copies.
There is NO WARRANTY for this software. See license.txt for
details. */
package java.lang;
public class SecurityException extends RuntimeException {
public SecurityException (String message, Throwable cause) {
super(message, cause);
}
public SecurityException (String message) {
this(message, null);
}
public SecurityException (Throwable cause) {
this(null, cause);
}
public SecurityException () {
this(null, null);
}
}
| -1 |
libgdx/libgdx | 7,246 | Upgrade libGDX to Gradle 8.4 | Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | obigu | 2023-10-05T11:17:22Z | 2023-11-20T10:44:55Z | fe99b6a16a4146aab76a728f607d7a3bb49ece6f | 46fa173398ce38d0c9ee358cd67da782a5a95724 | Upgrade libGDX to Gradle 8.4. Upgraded libGDX project itself to Gradle ~~8.3~~ 8.4. It requires building with Java 17 and upgrading GWT plugin and AGP plugin.
Tested running the tests on Lwjgl3, Android and GWT. | ./tests/gdx-tests-android/assets/data/g3d/checkboard.png | PNG
IHDR s; tEXtSoftware Adobe ImageReadyqe< |