mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-30 18:57:31 +02:00
Reformat work and build files
This commit is contained in:
@ -8,18 +8,23 @@ assignees: ''
|
|||||||
---
|
---
|
||||||
|
|
||||||
[//]: # (Lines in this format are considered as comments and will not be displayed.)
|
[//]: # (Lines in this format are considered as comments and will not be displayed.)
|
||||||
|
|
||||||
[//]: # (Before reporting make sure you're running the **latest build** of the plugin and checked for existing issues!)
|
[//]: # (Before reporting make sure you're running the **latest build** of the plugin and checked for existing issues!)
|
||||||
|
|
||||||
[//]: # (This ticket is about suggestions for a feature or particular enhancement)
|
[//]: # (This ticket is about suggestions for a feature or particular enhancement)
|
||||||
|
|
||||||
### Is your feature request related to a problem? Please describe.
|
### Is your feature request related to a problem? Please describe.
|
||||||
|
|
||||||
[//]: # (A clear and concise description of what the problem is. Ex. I'm always frustrated when [...])
|
[//]: # (A clear and concise description of what the problem is. Ex. I'm always frustrated when [...])
|
||||||
|
|
||||||
### Describe the solution you'd like
|
### Describe the solution you'd like
|
||||||
|
|
||||||
[//]: # (A clear and concise description of what you want to happen.)
|
[//]: # (A clear and concise description of what you want to happen.)
|
||||||
|
|
||||||
### Describe alternatives you've considered
|
### Describe alternatives you've considered
|
||||||
|
|
||||||
[//]: # (A clear and concise description of any alternative solutions or features you've considered.)
|
[//]: # (A clear and concise description of any alternative solutions or features you've considered.)
|
||||||
|
|
||||||
### Additional context
|
### Additional context
|
||||||
|
|
||||||
[//]: # (Add any other context or screenshots about the feature request here.)
|
[//]: # (Add any other context or screenshots about the feature request here.)
|
||||||
|
3
.github/pull_request_template.md
vendored
3
.github/pull_request_template.md
vendored
@ -1,8 +1,11 @@
|
|||||||
[//]: # (Lines in this format are considered as comments and will not be displayed.)
|
[//]: # (Lines in this format are considered as comments and will not be displayed.)
|
||||||
|
|
||||||
[//]: # (If your work is in progress, please consider making a draft pull request.)
|
[//]: # (If your work is in progress, please consider making a draft pull request.)
|
||||||
|
|
||||||
### Summary of your change
|
### Summary of your change
|
||||||
|
|
||||||
[//]: # (Example: motivation, enhancement)
|
[//]: # (Example: motivation, enhancement)
|
||||||
|
|
||||||
### Related issue
|
### Related issue
|
||||||
|
|
||||||
[//]: # (Reference it using '#NUMBER'. Ex: Fixes/Related #...)
|
[//]: # (Reference it using '#NUMBER'. Ex: Fixes/Related #...)
|
||||||
|
3
.github/workflows/maven.yml
vendored
3
.github/workflows/maven.yml
vendored
@ -37,6 +37,5 @@ jobs:
|
|||||||
# Build and test (included in package)
|
# Build and test (included in package)
|
||||||
- name: Build with Maven and test
|
- name: Build with Maven and test
|
||||||
# Run non-interactive, package (with compile+test),
|
# Run non-interactive, package (with compile+test),
|
||||||
# ignore snapshot updates, because they are likely to have breaking changes, enforce checksums to validate
|
# ignore snapshot updates, because they are likely to have breaking changes, enforce checksums
|
||||||
# possible errors in dependencies
|
|
||||||
run: mvn test --batch-mode --threads 2.0C --no-snapshot-updates --strict-checksums --file pom.xml
|
run: mvn test --batch-mode --threads 2.0C --no-snapshot-updates --strict-checksums --file pom.xml
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
@ -86,7 +86,8 @@
|
|||||||
<!-- Rename the service file too to let SLF4J api find our own relocated jdk logger -->
|
<!-- Rename the service file too to let SLF4J api find our own relocated jdk logger -->
|
||||||
<!-- Located in META-INF/services -->
|
<!-- Located in META-INF/services -->
|
||||||
<transformers>
|
<transformers>
|
||||||
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
|
<transformer
|
||||||
|
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
|
||||||
</transformers>
|
</transformers>
|
||||||
<minimizeJar>true</minimizeJar>
|
<minimizeJar>true</minimizeJar>
|
||||||
<filters>
|
<filters>
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
@ -74,7 +74,8 @@
|
|||||||
<!-- Rename the service file too to let SLF4J api find our own relocated jdk logger -->
|
<!-- Rename the service file too to let SLF4J api find our own relocated jdk logger -->
|
||||||
<!-- Located in META-INF/services -->
|
<!-- Located in META-INF/services -->
|
||||||
<transformers>
|
<transformers>
|
||||||
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
|
<transformer
|
||||||
|
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
|
||||||
</transformers>
|
</transformers>
|
||||||
<filters>
|
<filters>
|
||||||
<filter>
|
<filter>
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -25,7 +25,7 @@
|
|||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user