Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: squirrel-sql-client/squirrel-sql-code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: chirontt/squirrel-sql-code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 22 files changed
  • 1 contributor

Commits on Feb 14, 2026

  1. Gradle build scripts added, for both sql12 and sqfx projects.

    - the aim is to take advantage of the incremental build feature of
    Gradle to produce fast builds during development cycles
    
    - Gradle build scripts are added without changes to the existing source
    code structures in both projects, and with no changes to the existing
    Ant build scripts or artifacts
    
    - for the sql12 project, the Gradle build script produces the same
    artifacts (zip distributions and IzPack install jars) as those from the
    existing Ant build script
    
    - for the sqfx project, in addition to producing the same portable zip
    distribution (which excludes the JavaFX libraries which are
    platform-specific) as that of the Ant build script, the Gradle script
    also produces an OS-specific zip distribution which includes the JavaFX
    native libraries of the current OS running the build and works right out
    of the box without configuration
    
    - for ease of use and familiarity with the existing Ant build scripts,
    the Gradle build scripts have similar tasks such as 'buildAll',
    'runApp', etc.
    
    - the Gradle scripts produce their build artifacts in their own 'build'
    directories, while the existing Ant scripts do so in their 'output'
    directories, to be independent from one another.
    chirontt committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    236613c View commit details
    Browse the repository at this point in the history
Loading