mirror of
https://github.com/InsanusMokrassar/PlaguBotBotTemplate.git
synced 2026-04-07 08:22:21 +00:00
Compare commits
25 Commits
f13bb253c5
...
renovate/g
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f834d20538 | ||
| e39e811bbb | |||
| 6d7a9cfb4e | |||
| b21328cada | |||
|
|
62dc5802f0 | ||
| d5393ab6f4 | |||
|
|
93ea9097f4 | ||
| 89ff7a6f72 | |||
|
|
f097a97e87 | ||
| 56ce1e8c0b | |||
|
|
98e64f5304 | ||
| 56e2bdd5a5 | |||
| 1c4bcc029f | |||
| 43d070c4ca | |||
| d6ae82978e | |||
| 1376f84bf5 | |||
| 436bf88f42 | |||
|
|
5960357d90 | ||
| 643a214fbb | |||
| 9bbc50ea4f | |||
| 6349976270 | |||
| b7d596d8d7 | |||
| cd458f1aa5 | |||
| d4d8213da3 | |||
| 684a17e57a |
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -8,9 +8,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 11
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
java-version: 17
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
.idea
|
||||
.kotlin
|
||||
out/*
|
||||
*.iml
|
||||
target
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# PlaguBot Bot Template
|
||||
|
||||
1. Update your dependencies [here](https://github.com/InsanusMokrassar/PlaguBotBotTemplate/blob/master/build.gradle#L27-L30). Usually in gradle projects/readmes developers define names of
|
||||
1. Update your dependencies in [`gradle/libs.versions.toml`](https://github.com/InsanusMokrassar/PlaguBotBotTemplate/blob/master/gradle/libs.versions.toml), and don't forget to mention them in `depdendencies { ... }` block of [`build.gradle`](https://github.com/InsanusMokrassar/PlaguBotBotTemplate/blob/master/build.gradle#L24-L27) if you add new ones. Usually in gradle projects/readmes developers define names of
|
||||
their dependencies
|
||||
2. Edit [config](config.json). The main points
|
||||
([full list of parameters with explanation](https://github.com/InsanusMokrassar/PlaguBot/blob/master/template.config.json):
|
||||
([full list of parameters with explanation](https://github.com/InsanusMokrassar/PlaguBot/blob/master/template.config.json)):
|
||||
* Change [database](https://github.com/InsanusMokrassar/PlaguBotBotTemplate/blob/master/config.json#L2-L4) section
|
||||
* Change [bot token](https://github.com/InsanusMokrassar/PlaguBotBotTemplate/blob/master/config.json#L5)
|
||||
* Change [list of plugins](https://github.com/InsanusMokrassar/PlaguBotBotTemplate/blob/master/config.json#L6-L11):
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[versions]
|
||||
|
||||
kotlin = "1.8.10"
|
||||
plagubot = "5.0.1"
|
||||
kotlin = "2.1.10"
|
||||
plagubot = "10.4.0"
|
||||
|
||||
[libraries]
|
||||
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
6
renovate.json
Normal file
6
renovate.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user