Skip to content

Commit

Permalink
Merge branch 'master' into NUTCH-2887
Browse files Browse the repository at this point in the history
  • Loading branch information
lewismc committed May 9, 2024
2 parents b152ed7 + 7ac3ce2 commit 5700925
Show file tree
Hide file tree
Showing 125 changed files with 2,816 additions and 1,010 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/dependency-check.yml

This file was deleted.

12 changes: 6 additions & 6 deletions .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4.2.1
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
Expand All @@ -45,9 +45,9 @@ jobs:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4.2.1
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
Expand All @@ -68,9 +68,9 @@ jobs:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4.2.1
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
Expand Down
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ build/
runtime/
logs/
/bin/
ivy/ivy-2.3.0.jar
ivy/ivy-2.4.0.jar
ivy/ivy-2.5.0-rc1.jar
ivy/ivy-2.5.0.jar
ivy/ivy-2.*
ivy/spotbugs-*/
naivebayes-model
.naivebayes-model.crc
Expand Down
File renamed without changes.
Loading

0 comments on commit 5700925

Please sign in to comment.