[PR #369] [MERGED] Implementation of Gradle build framework #13003

Open
opened 2026-06-06 12:21:50 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/369
Author: @DamionDamion
Created: 2/3/2020
Status: Merged
Merged: 2/3/2020
Merged by: @dginovker

Base: masterHead: gradle


📝 Commits (7)

📊 Changes

858 files changed (+99 additions, -124579 deletions)

View changed files

2006Redone Server/.classpath (+0 -16)
📝 2006Redone Server/.gitignore (+6 -0)
2006Redone Server/.gradle/4.10/fileChanges/last-build.bin (+0 -0)
2006Redone Server/.gradle/4.10/fileHashes/fileHashes.bin (+0 -0)
2006Redone Server/.gradle/4.10/fileHashes/fileHashes.lock (+0 -0)
2006Redone Server/.gradle/4.10/gc.properties (+0 -0)
2006Redone Server/.gradle/4.10/taskHistory/taskHistory.bin (+0 -0)
2006Redone Server/.gradle/4.10/taskHistory/taskHistory.lock (+0 -0)
2006Redone Server/.gradle/buildOutputCleanup/buildOutputCleanup.lock (+0 -0)
2006Redone Server/.gradle/buildOutputCleanup/cache.properties (+0 -2)
2006Redone Server/.gradle/buildOutputCleanup/outputFiles.bin (+0 -0)
2006Redone Server/.gradle/vcs-1/gc.properties (+0 -0)
2006Redone Server/.project (+0 -17)
2006Redone Server/.settings/org.eclipse.jdt.core.prefs (+0 -291)
2006Redone Server/.settings/org.eclipse.jdt.ui.prefs (+0 -3)
2006Redone Server/.settings/org.eclipse.ltk.core.refactoring.prefs (+0 -2)
2006Redone Server/2006Redone Server.iml (+0 -14)
2006Redone Server/README.md (+15 -0)
2006Redone Server/build.gradle (+78 -0)
2006Redone Server/com/rebotted/Connection.class (+0 -0)

...and 80 more files

📄 Description

Ding fries are done.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/369 **Author:** [@DamionDamion](https://github.com/DamionDamion) **Created:** 2/3/2020 **Status:** ✅ Merged **Merged:** 2/3/2020 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `gradle` --- ### 📝 Commits (7) - [`5f135cd`](https://github.com/2006-Scape/2006Scape/commit/5f135cdb9bac2705facd2f2b3ec94b661d359eac) Cleanup - [`c95b4c2`](https://github.com/2006-Scape/2006Scape/commit/c95b4c2af534838004bc48f5d5f8046eb5f6a60d) Add build file - [`10fb043`](https://github.com/2006-Scape/2006Scape/commit/10fb043b68109c3a4917eba8046714e16268ee2b) The great migration - [`9c4a9fc`](https://github.com/2006-Scape/2006Scape/commit/9c4a9fcb19593a509bbdccbccaadec2933be535c) Restore MINA to 1.1.7 - [`08526c3`](https://github.com/2006-Scape/2006Scape/commit/08526c362ab68ddb6eb7bafbaf687f2e4e0d5f08) Removed .gradle - [`eebf04e`](https://github.com/2006-Scape/2006Scape/commit/eebf04e7020ee96f49f7f76d19874180d882393c) Added flatdir for libs with no artifact repository - [`8734e0a`](https://github.com/2006-Scape/2006Scape/commit/8734e0a89480861b9cabdfd33d884619492cf3a2) Add README.md, rename Implementation-Title ### 📊 Changes **858 files changed** (+99 additions, -124579 deletions) <details> <summary>View changed files</summary> ➖ `2006Redone Server/.classpath` (+0 -16) 📝 `2006Redone Server/.gitignore` (+6 -0) ➖ `2006Redone Server/.gradle/4.10/fileChanges/last-build.bin` (+0 -0) ➖ `2006Redone Server/.gradle/4.10/fileHashes/fileHashes.bin` (+0 -0) ➖ `2006Redone Server/.gradle/4.10/fileHashes/fileHashes.lock` (+0 -0) ➖ `2006Redone Server/.gradle/4.10/gc.properties` (+0 -0) ➖ `2006Redone Server/.gradle/4.10/taskHistory/taskHistory.bin` (+0 -0) ➖ `2006Redone Server/.gradle/4.10/taskHistory/taskHistory.lock` (+0 -0) ➖ `2006Redone Server/.gradle/buildOutputCleanup/buildOutputCleanup.lock` (+0 -0) ➖ `2006Redone Server/.gradle/buildOutputCleanup/cache.properties` (+0 -2) ➖ `2006Redone Server/.gradle/buildOutputCleanup/outputFiles.bin` (+0 -0) ➖ `2006Redone Server/.gradle/vcs-1/gc.properties` (+0 -0) ➖ `2006Redone Server/.project` (+0 -17) ➖ `2006Redone Server/.settings/org.eclipse.jdt.core.prefs` (+0 -291) ➖ `2006Redone Server/.settings/org.eclipse.jdt.ui.prefs` (+0 -3) ➖ `2006Redone Server/.settings/org.eclipse.ltk.core.refactoring.prefs` (+0 -2) ➖ `2006Redone Server/2006Redone Server.iml` (+0 -14) ➕ `2006Redone Server/README.md` (+15 -0) ➕ `2006Redone Server/build.gradle` (+78 -0) ➖ `2006Redone Server/com/rebotted/Connection.class` (+0 -0) _...and 80 more files_ </details> ### 📄 Description Ding fries are done. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-06-06 12:21:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#13003