-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
87020b1
commit e53dfd0
Showing
3 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# These are supported funding model platforms | ||
|
||
github: deleolajide | ||
custom: ["https://www.paypal.me/ifutures"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Version 2023-03-05 | ||
name: Java CI | ||
on: [push, pull_request] | ||
|
||
jobs: | ||
build: | ||
uses: igniterealtime/openfire-plugin-builder-action/.github/workflows/openfire-plugin-build.yml@main | ||
secrets: | ||
IGNITE_REALTIME_MAVEN_USERNAME: ${{ secrets.IGNITE_REALTIME_MAVEN_USERNAME }} | ||
IGNITE_REALTIME_MAVEN_PASSWORD: ${{ secrets.IGNITE_REALTIME_MAVEN_PASSWORD }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
target/ | ||
work/ | ||
*.class | ||
*.cmd | ||
|
||
# ignore copied jitsi meet | ||
classes/jitsi-meet | ||
classes/docs | ||
|
||
# Ignore Intellij Idea project files | ||
*.iml | ||
*.ipr | ||
.idea | ||
atlassian-ide-plugin.xml | ||
out/ | ||
|
||
# Ignore Eclipse project files | ||
.settings | ||
.project | ||
.classpath | ||
.factorypath | ||
.theia | ||
|
||
# Ignore MacOSX files | ||
.DS_Store | ||
|
||
# Ignore Netbeans project files | ||
nbproject/ | ||
nbbuild/ | ||
/bin/ | ||
|