Skip to content

Commit

Permalink
Merge pull request #213 from com-pas/211-evolution-on-creation-datase…
Browse files Browse the repository at this point in the history
…ts-and-cb

feat(211): Evolution on Services types verification for ControlBlock …
  • Loading branch information
massifben authored Dec 29, 2022
2 parents c236b99 + be66005 commit aa6958d
Show file tree
Hide file tree
Showing 9 changed files with 491 additions and 181 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
distribution: 'zulu'
java-version: '17'
- name: Cache SonarCloud packages
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Cache Maven packages
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand Down Expand Up @@ -189,10 +189,6 @@
</pluginManagement>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -938,4 +938,5 @@ private void removeExtRefSourceBinding(final TExtRef tExtRef) {
tExtRef.setSrcLNInst(null);
tExtRef.unsetSrcLNClass();
}

}
Loading

0 comments on commit aa6958d

Please sign in to comment.