Skip to content

Commit

Permalink
multiproject to single project repo
Browse files Browse the repository at this point in the history
  • Loading branch information
firestar committed Nov 29, 2023
1 parent a5dbd6c commit 84cd0e3
Show file tree
Hide file tree
Showing 147 changed files with 47 additions and 3,033 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/backup.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Publish package
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
with:
arguments: ":library:shadowJar :library:publish"
arguments: "shadowJar publish"
env:
SYNLOAD_REPO_USER: ${{ secrets.SYNLOAD_REPO_USER}}
SYNLOAD_REPO_PASS: ${{ secrets.SYNLOAD_REPO_PASS}}
48 changes: 0 additions & 48 deletions .github/workflows/memcache.yaml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/restore.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/spring-repo.yaml

This file was deleted.

45 changes: 44 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,47 @@ build
.idea
NucleoCore.iml
data/*.dat
export/*.txt
export/*.txt


build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/

### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/

### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/

### VS Code ###
.vscode/

### Mac OS ###
.DS_Store
3 changes: 1 addition & 2 deletions library/build.gradle → build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ java {
compileJava {
options.release = 19
}

dependencies {
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.2.3'
implementation group: 'org.apache.kafka', name: 'kafka-clients', version: '2.1.0'
Expand Down Expand Up @@ -72,4 +71,4 @@ publishing {
}
}
}
}
}
14 changes: 0 additions & 14 deletions buildSrc/build.gradle

This file was deleted.

34 changes: 0 additions & 34 deletions buildSrc/src/main/groovy/nucleodb.app.gradle

This file was deleted.

4 changes: 0 additions & 4 deletions buildSrc/src/main/groovy/nucleodb/application/gradle.groovy

This file was deleted.

42 changes: 0 additions & 42 deletions cli/backup/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions cli/backup/Dockerfile

This file was deleted.

Loading

0 comments on commit 84cd0e3

Please sign in to comment.