Owain van Brakel
d0133dc77a
actions: More GitHub actions ( #1678 )
...
* actions: Rename stale action
* actions: Use master branch of the action repos
* actions: Use OpenOSRS as name
* gradle: filter dependency updates
* gradle: Add use-latest-versions plugin
* actions: Update dependencies
* actions: Combine actions
* actions: Lint PR title
* actions: gradle console plain
* actions: Build and test with java matrix
* actions: Rane some actions
2019-09-29 20:56:40 -04:00
Owain van Brakel
bb611dbfe2
actions: Fix gradle wrapper permission, fix gradle wrapper upda… ( #1648 )
...
actions: Fix gradle wrapper permission, fix gradle wrapper update, log gradle tests
2019-09-28 17:58:45 +02:00
Lucwousin
fd294114e2
rev184
2019-09-26 14:41:30 +02:00
Owain van Brakel
9ab931269d
gradle: test logger
2019-09-25 06:20:20 +02:00
Owain van Brakel
1107071de4
project: Update deps
2019-09-18 15:26:05 +02:00
ST0NEWALL
7dc1d4c32a
project: correct version ( #1603 )
...
Fixes project version to make it consistent with github
2019-09-13 12:28:00 +01:00
Owain van Brakel
47813bf94a
project: Bump versions
2019-09-12 16:51:52 +02:00
ThatGamerBlue
0446151736
bump rev number
2019-09-12 12:29:08 +01:00
ThatGamerBlue
ae5fcdd420
project: change namespace
2019-09-10 17:29:00 +01:00
Owain van Brakel
2422912954
Merge remote-tracking branch 'upstream/master' into depsdepsdeps
2019-09-05 10:15:33 +02:00
Owain van Brakel
be04b4e7f4
client: Fix @Generated not found on java 11 ( #1541 )
2019-09-04 13:09:25 -04:00
Owain van Brakel
1c6a22e5c7
project: Update dependencies
2019-09-04 17:29:29 +02:00
Lucwousin
14d311be93
Gradle: Add decompile task to projects ( #1273 )
...
* Gradle: Add decompile task to projects
* add ff as dependency rather than adding ti in buildsrc
* smh smh smh smh smh
* Add ff version in buildsrc build file
This doesn't work in ext as it officially isn't part of the project
* Add missing ''s
2019-09-03 04:55:37 +02:00
Owain van Brakel
6c47d2c3e9
project: Bump RL+ version for the next release
2019-08-29 16:22:53 +02:00
Owain van Brakel
b838c08dd7
project: rl version bump
2019-08-29 16:20:14 +02:00
Owain van Brakel
6485eb9bed
project: Rev 182
2019-08-29 16:17:19 +02:00
ST0NEWALL
aad2b67982
Revert "gradle: Travis changes"
2019-08-25 09:00:11 -04:00
Owain van Brakel
6546deed24
gradle: Travis changes
2019-08-23 08:05:43 +02:00
Owain van Brakel
bc94ab21ab
project: 2.1.4.0
2019-08-23 02:44:05 +02:00
Owain van Brakel
0a20ef601d
client: Add database ( #1424 )
...
* client: Add h2 and jooq
* client: Add database manager
* client: Add a helper to generate JOOQ classes
* client: Add JOOQ classes
* loottracker: Create database tables when they don't exist on startup
* loottracker: Only migrate if datasource exists
2019-08-22 20:27:36 -04:00
Owain van Brakel
3d96a00e9c
project: 2.1.3.1
2019-08-17 08:31:29 +02:00
Owain van Brakel
ca1ef6971f
version: Bump versions
2019-08-16 02:03:26 +02:00
Owain van Brakel
8239be4b75
project: Add wiki scraper ( #1348 )
...
* wiki-scraper: Add wiki scroper to the main project
* client: Updated wiki stats
* wiki-scraper: Checkstyle
* wiki-scraper: Pull in @Ganom his changes
* client: Updated wiki stats
2019-08-15 22:10:25 +01:00
Owain van Brakel
6cd75738c4
gradle: Update to gradle 5.6
2019-08-15 20:23:41 +02:00
Owain van Brakel
bd621269a6
gradle: Update deps, format files ( #1316 )
...
* gradle: Update dependencies
Also made the version numbers global to make updating easier, also this
way we can't have mismatches where different projects use diffrent
versions of a dep
* cache: Fix TitleDumper test
* gradle: Format build files
* httpserviceplus: Remove unneeded deps
2019-08-13 21:02:45 -04:00
ThatGamerBlue
d8d65c6411
gradle: fix "repository not found" ( #1309 )
...
Fixes: "repository not found: C:\Users\name\.gradle\daemon\5.5.1.git"
2019-08-12 22:13:20 +01:00
ThatGamerBlue
ca14485b2b
gradle: update env vars to use underscores ( #1287 )
...
Provides better compatibility with /bin/sh, /bin/bash and the likes, which don't accept env vars with dashes in the name.
2019-08-08 21:35:57 +01:00
ThatGamerBlue
5b5ee5b5a6
gradle: partially revert #1166 ( #1250 )
2019-08-03 23:11:59 +01:00
Lucwousin
11f3b74687
RS-Client: Refactoring (also gradle compiler args) ( #1236 )
...
* gradle: compiler args for mixins/rs-client
* rs-client: yes
* rs-client: no
2019-08-02 21:01:00 +01:00
ThatGamerBlue
78654bf545
gradle: add upload task ( #1220 )
2019-08-02 11:05:46 +01:00
Owain van Brakel
0b51226f72
project: RL: 1.5.31-SNAPSHOT, RL+: 2.1.2.0
2019-08-01 14:57:13 +02:00
Thomas Cylke
2b92c9b938
Remove --local-injected from the run config
...
Title
2019-07-29 07:02:52 -04:00
Lucwousin
8bdb204019
gradle: injected-client things
...
Move injector goal to injected-client(ish)
Keep injected-client classes in the correct package
Remove placeholder class/duplicate vanilla jar
2019-07-28 14:00:18 +02:00
ThatGamerBlue
2ba1c7f80b
gradle: add properties and modify injected-client ( #1145 )
...
* add implementation for getItemCount
* Ignore build directory in project root
* save injector results as class files
* package injected-client for shading into client
* auto-updating properties
* fix run task
* shade injected-client into jar
2019-07-27 15:02:57 -04:00
Owain van Brakel
8d1489254f
gradle: Remove deprecated methods
2019-07-27 07:20:48 +02:00
Owain van Brakel
17b35205fd
project: Fix deprecations and supress unchecked warnings
2019-07-25 20:34:09 +02:00
Owain van Brakel
3249fe9e8c
gradle: checkstyle changes
2019-07-25 06:16:30 +02:00
Owain van Brakel
55c8a8e0ee
gradle: Some more build changes
2019-07-25 02:30:53 +02:00
Owain van Brakel
17a8fae48c
gradle: Versions Plugin
2019-07-24 23:55:04 +02:00
Owain van Brakel
e911effeed
gradle: Format build files
2019-07-24 23:51:35 +02:00
Owain van Brakel
da159fd765
gradle: Update default jvm options
2019-07-24 22:46:27 +02:00
Zeruth
13146e5dbd
runeliteplus: various checkstyle fixes
2019-07-24 00:41:08 -04:00
Tyler Bochard
5280536209
Update build.gradle
2019-07-24 00:07:54 -04:00
Zeruth
c2739cba77
runeliteplus: checkstyle fixes, add support for gradle in travis
2019-07-23 23:54:35 -04:00
Zeruth
e4f9aa1d6a
runeliteplus: adds preliminary Gradle support
2019-07-23 02:07:02 -04:00